/*
Theme Name: 上海后花园论坛
Theme URI: https://www.shanghaibackgarden.com/
Author: HHYWP
Author URI: https://www.shanghaibackgarden.com/
Description: 专为上海后花园论坛设计的现代化主题，简洁大气，图文并茂，每个版块都有独特设计。
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 论坛, 社区, 上海, 本地生活, 现代化, 响应式
Text Domain: hhy02
*/

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
    background: #fafbfc;
    color: #1a1a1a;
    line-height: 1.8;
    min-height: 100vh;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}

img {
    max-width: 100%;
    height: auto;
}

/* Header - 简洁白色风格 */
.header {
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #f0f0f0;
}

.header-main {
    padding: 0;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    gap: 40px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.logo-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
}

.logo-text h1 {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: 1px;
}

.logo-text p {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}

.main-nav {
    flex: 1;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 4px;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background: #f5f7fa;
    color: #667eea;
}

.nav-icon {
    font-size: 18px;
}

.header-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
}

.mobile-menu-btn {
    display: none;
}

.btn-post,
.btn-login,
.btn-register {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-post {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.btn-post:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.btn-login,
.btn-register {
    background: #f5f7fa;
    color: #666;
}

.btn-login:hover,
.btn-register:hover {
    background: #e8eaf6;
    color: #667eea;
}

.header-sub {
    background: #fafbfc;
    border-top: 1px solid #f0f0f0;
    padding: 0;
}

.sub-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
}

.tier-label {
    display: flex;
    gap: 16px;
    font-size: 12px;
}

.tier-label span {
    padding: 4px 12px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e8eaf6;
}

.tier-label .tier1 {
    color: #667eea;
}

.tier-label .tier2 {
    color: #f9ca24;
}

.tier-label .tier3 {
    color: #43e97b;
}

.sub-links {
    display: flex;
    gap: 8px;
}

.sub-links a {
    color: #999;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.sub-links a:hover {
    background: #fff;
    color: #667eea;
}

/* Hero Section - 大气渐变 */
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='50' cy='50' r='2'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 56px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: 6px;
}

.hero-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    font-weight: 300;
}

.hero-search {
    max-width: 800px;
    margin: 0 auto;
}

.hero-search form {
    display: flex;
    gap: 12px;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.hero-search-input {
    flex: 1;
    border: none;
    padding: 16px 24px;
    font-size: 16px;
    border-radius: 8px;
    outline: none;
}

.hero-search-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    padding: 16px 36px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.hero-search-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.hero-hot-search {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.hot-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.hot-tag {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.hot-tag:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* 通用版块样式 */
.forums-section {
    padding: 80px 0;
    background: #fff;
}

.forums-section.alt-bg {
    background: #fafbfc;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.section-title-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-title {
    font-size: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.tier-badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.tier-badge.tier1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.tier-badge.tier2 {
    background: linear-gradient(135deg, #f9ca24 0%, #f0932b 100%);
    color: #fff;
}

.tier-badge.tier3 {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: #fff;
}

.section-desc {
    font-size: 15px;
    color: #999;
    margin-bottom: 32px;
}

.more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 24px;
}

.more-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* 🏠 租房版块 - 地图卡片式 + SEO优化 */
.rental-alert {
    background: linear-gradient(135deg, #ff6b6b15 0%, #ee5a5a15 100%);
    border: 2px solid #ff6b6b;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-badge {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.alert-content {
    flex: 1;
}

.alert-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.alert-content mark {
    background: #ffeb3b;
    color: #333;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
}

.rental-tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.tab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 32px;
    background: #fff;
    border: 3px solid #e8eaf6;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
}

.tab-item:hover {
    border-color: #667eea;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.2);
}

.tab-item.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
}

.tab-item i {
    font-size: 32px;
    margin-bottom: 8px;
}

.tab-item span {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.tab-item small {
    font-size: 13px;
    opacity: 0.8;
}

.rental-card .rental-answer {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-left: 4px solid #4caf50;
    padding: 14px;
    margin-bottom: 14px;
    border-radius: 0 12px 12px 0;
}

.answer-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.answer-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.rental-proof {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.proof-label {
    font-size: 13px;
    color: #2e7d32;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.proof-screenshot {
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.author-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.author-verify {
    font-size: 12px;
    color: #4caf50;
    display: flex;
    align-items: center;
    gap: 4px;
}

.rental-tips {
    margin-top: 48px;
    padding: 32px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 20px;
    border: 2px solid #e8eaf6;
}

.rental-tips h3 {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tip-card {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border-left: 4px solid #ff9800;
}

.tip-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.tip-icon {
    font-size: 40px;
    margin-bottom: 16px;
}

.tip-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.tip-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 16px;
}

.tip-source {
    font-size: 12px;
    color: #999;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    font-style: italic;
}

/* Schema.org 结构化数据样式优化 */
[itemscope] {
    outline: none;
}

[itemprop]:hover {
    cursor: default;
}

/* 响应式设计 */
@media (max-width: 1400px) {
    .container {
        max-width: 100%;
        padding: 0 32px;
    }
    
    .tips-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dishes-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1200px) {
    .food-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .food-card.large {
        grid-column: span 2;
    }
    
    .timeline-content {
        grid-template-columns: 300px 1fr;
    }
    
    .news-layout {
        grid-template-columns: 1fr;
    }
    
    .news-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .job-content {
        grid-template-columns: 1fr;
    }
    
    .featured-card {
        grid-template-columns: 1fr;
    }
    
    .featured-image {
        height: 300px;
    }
    
    .secondhand-banner {
        grid-template-columns: 1fr;
    }
    
    .banner-image {
        height: 250px;
    }
    
    .kids-grid,
    .secondhand-products,
    .types-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .calendar-week {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .culture-grid {
        grid-template-columns: 1fr;
    }
    
    .dishes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .guide-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .rental-tabs {
        flex-direction: column;
    }
    
    .tab-item {
        flex-direction: row;
        justify-content: flex-start;
        gap: 16px;
        text-align: left;
        padding: 16px 24px;
    }
    
    .tab-item i {
        font-size: 28px;
        margin-bottom: 0;
    }
    
    .tips-grid {
        grid-template-columns: 1fr;
    }
    
    .rental-tips {
        padding: 24px;
    }
}

.rental-filters {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 32px;
    padding: 20px;
    background: linear-gradient(135deg, #667eea10 0%, #764ba210 100%);
    border-radius: 12px;
}

.filter-group {
    display: flex;
    gap: 8px;
    align-items: center;
}

.filter-group label {
    font-weight: 600;
    color: #1a1a1a;
}

.filter-select {
    padding: 8px 16px;
    border: 2px solid #e8eaf6;
    border-radius: 8px;
    background: white;
    font-size: 14px;
    cursor: pointer;
}

.filter-tags {
    display: flex;
    gap: 8px;
}

.filter-tags .tag {
    padding: 8px 16px;
    background: white;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-tags .tag.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.rental-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 24px;
}

.rental-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
}

.rental-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.rental-card.featured {
    border: 2px solid #667eea;
}

.rental-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.rental-badge.hot {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
}

.rental-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.rental-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.rental-card:hover .rental-image img {
    transform: scale(1.05);
}

.rental-price {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
}

.rental-info {
    padding: 20px;
}

.rental-info h4 {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 12px;
}

.rental-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
}

.rental-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.rental-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.rental-tags span {
    padding: 4px 12px;
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    color: #667eea;
    border-radius: 6px;
    font-size: 12px;
}

.rental-author {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
}

.author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rental-author .time {
    margin-left: auto;
    color: #999;
    font-size: 12px;
}

/* 🍽️ 美食版块 - 网格卡片式 + 深度探店内容 */
.food-hot-topic {
    background: linear-gradient(135deg, #ff6b6b15 0%, #ee5a5a15 100%);
    border: 2px solid #ff6b6b;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hot-topic-badge {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.hot-topic-content {
    flex: 1;
}

.hot-topic-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.hot-topic-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.hot-topic-content mark {
    background: #ffeb3b;
    color: #333;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
}

.food-categories {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.food-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 28px;
    background: #fff;
    border: 3px solid #e8eaf6;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 140px;
    text-align: center;
    position: relative;
}

.food-category:hover {
    border-color: #ff6b6b;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.2);
}

.food-category.active {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    border-color: transparent;
}

.food-category i {
    font-size: 28px;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}

.food-category:hover i {
    transform: scale(1.2);
}

.food-category span {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.food-category small {
    font-size: 12px;
    opacity: 0.8;
}

.food-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.food-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.food-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.food-card.large {
    grid-column: span 2;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
}

.food-card.large .food-image {
    height: 320px;
}

.food-card.large .food-content {
    flex: 1;
    padding: 28px;
}

.food-card.large .food-header h3 {
    font-size: 26px;
}

.food-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.food-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.food-card:hover .food-image img {
    transform: scale(1.1);
}

.food-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.food-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.95);
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    color: #ff6b6b;
    width: fit-content;
}

.food-rating small {
    color: #999;
    font-size: 11px;
}

.food-price {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
}

.food-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.food-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.food-header h3 {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.food-badge {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.food-highlight {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-left: 4px solid #ff9800;
    padding: 14px;
    border-radius: 0 12px 12px 0;
}

.highlight-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #e65100;
    margin-bottom: 6px;
}

.highlight-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.food-detail {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 12px;
}

.detail-label {
    font-size: 13px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 6px;
}

.detail-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.food-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.food-answer {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-left: 4px solid #4caf50;
    padding: 12px;
    border-radius: 0 10px 10px 0;
    margin-top: auto;
}

.answer-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.answer-text {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}

.food-category {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.food-category.active {
    background: linear-gradient(135deg, #ff6b6b15 0%, #ee5a5a15 100%);
    border-color: #ff6b6b;
}

.food-category.active i {
    font-size: 20px;
}

.food-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.food-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.food-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.food-card.large {
    grid-column: span 2;
}

.food-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.food-card.large .food-image {
    height: 320px;
}

.food-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.food-card:hover .food-image img {
    transform: scale(1.05);
}

.food-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.food-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.95);
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    color: #ff6b6b;
}

.food-price {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.food-content {
    padding: 20px;
}

.food-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.food-header h3 {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
}

.food-badge {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.food-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.food-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.food-tags {
    display: flex;
    gap: 12px;
    font-size: 13px;
    color: #999;
}

.food-stats {
    display: flex;
    gap: 16px;
}

.food-stats span {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #999;
}

.food-tags-small {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.food-tags-small span {
    padding: 4px 10px;
    background: #f5f7fa;
    border-radius: 6px;
    font-size: 12px;
    color: #666;
}

/* 🎉 旅游版块 - 时间轴式 + 决策链路 */
.travel-categories {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.travel-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 28px;
    background: #fff;
    border: 3px solid #e8eaf6;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 160px;
    text-align: center;
}

.travel-category:hover {
    border-color: #4ecdc4;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(78, 205, 196, 0.2);
}

.travel-category.active {
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
    color: #fff;
    border-color: transparent;
}

.travel-category i {
    font-size: 28px;
    margin-bottom: 8px;
}

.travel-category span {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.travel-category small {
    font-size: 12px;
    opacity: 0.8;
}

.travel-audio {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 2px solid #4ecdc4;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.audio-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    flex-shrink: 0;
    animation: pulse 2s ease-in-out infinite;
}

.audio-content {
    flex: 1;
}

.audio-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.audio-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.audio-player {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
}

.player-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.play-btn {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(78, 205, 196, 0.4);
}

.progress-bar {
    flex: 1;
    height: 8px;
    background: #e8eaf6;
    border-radius: 4px;
    overflow: hidden;
}

.progress {
    width: 35%;
    height: 100%;
    background: linear-gradient(90deg, #4ecdc4 0%, #44a08d 100%);
    border-radius: 4px;
    animation: progressAnimation 10s linear infinite;
}

@keyframes progressAnimation {
    0% { width: 0%; }
    100% { width: 100%; }
}

.time {
    font-size: 13px;
    color: #999;
    font-weight: 600;
}

.travel-timeline {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.timeline-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    align-items: center;
}

.timeline-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    font-weight: 800;
    position: relative;
}

.timeline-item.featured .timeline-number {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.timeline-number::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 40px;
    background: linear-gradient(to bottom, #e8eaf6, transparent);
}

.timeline-item:last-child .timeline-number::after {
    display: none;
}

.timeline-content {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 24px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.timeline-image {
    height: 280px;
    overflow: hidden;
}

.timeline-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #4ecdc4;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.timeline-image:hover .timeline-play {
    opacity: 1;
}

.timeline-play:hover {
    transform: translate(-50%, -50%) scale(1.2);
    background: #4ecdc4;
    color: #fff;
}

.timeline-duration {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.travel-route {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-left: 4px solid #4caf50;
    padding: 16px;
    margin: 16px 0;
    border-radius: 0 12px 12px 0;
}

.travel-route h4 {
    font-size: 15px;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.route-day {
    margin-bottom: 12px;
}

.route-day:last-child {
    margin-bottom: 0;
}

.day-label {
    display: inline-block;
    background: #4caf50;
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.route-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.route-point {
    background: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

.arrow {
    color: #4caf50;
    font-weight: 700;
}

.travel-stay {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-left: 4px solid #ff9800;
    padding: 16px;
    margin: 16px 0;
    border-radius: 0 12px 12px 0;
}

.travel-stay h4 {
    font-size: 15px;
    font-weight: 700;
    color: #e65100;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stay-card {
    display: flex;
    gap: 16px;
}

.stay-image {
    width: 120px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.stay-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stay-info h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.stay-info p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 8px;
}

.stay-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.stay-tags span {
    font-size: 12px;
    color: #666;
}

.travel-food {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
    border-left: 4px solid #e91e63;
    padding: 16px;
    margin: 16px 0;
    border-radius: 0 12px 12px 0;
}

.travel-food h4 {
    font-size: 15px;
    font-weight: 700;
    color: #c2185b;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.food-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.food-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 14px;
    border-radius: 8px;
}

.food-name {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    flex: 1;
}

.food-dish {
    font-size: 13px;
    color: #666;
    flex: 2;
}

.food-price {
    font-size: 14px;
    font-weight: 700;
    color: #e91e63;
}

/* 美食版块选项卡过渡效果 */
.food-card {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.food-card:not(.visible) {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
}

.food-card.visible {
    opacity: 1;
    transform: scale(1);
}

.travel-tools {
    margin: 48px 0;
    padding: 32px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 20px;
}

.tools-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
    text-align: center;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tool-card {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.tool-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.tool-card i {
    font-size: 40px;
    color: #4ecdc4;
    margin-bottom: 12px;
}

.tool-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.tool-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.travel-tips {
    margin: 48px 0;
    padding: 32px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.tips-header h3 {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.tips-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.tip-box {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 12px;
}

.tip-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.tip-text h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.tip-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* 旅游版块选项卡过渡效果 */
.timeline-item {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.timeline-item:not(.visible) {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
}

.timeline-item.visible {
    opacity: 1;
    transform: scale(1);
}

.timeline-info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.timeline-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #4ecdc415 0%, #44a08d15 100%);
    color: #4ecdc4;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    align-self: flex-start;
    margin-bottom: 12px;
}

.timeline-info h3 {
    font-size: 22px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 12px;
}

.timeline-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.timeline-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.timeline-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #999;
    font-size: 13px;
}

.timeline-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.timeline-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.timeline-author img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.timeline-stats {
    display: flex;
    gap: 16px;
}

.timeline-stats span {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #999;
}

/* 🥢 本帮菜文化介绍 */
.food-culture-section {
    margin: 48px 0;
    background: linear-gradient(135deg, #fffef0 0%, #fffde4 100%);
    padding: 40px;
    border-radius: 24px;
    border: 2px solid #ffd70030;
}

.culture-header {
    text-align: center;
    margin-bottom: 32px;
}

.culture-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.culture-subtitle {
    font-size: 16px;
    color: #666;
}

.culture-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.culture-card {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.culture-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.culture-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.culture-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.culture-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* 🍖 热门菜品展示 */
.food-dishes-section {
    margin: 48px 0;
}

.dishes-header {
    text-align: center;
    margin-bottom: 36px;
}

.dishes-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.dishes-subtitle {
    font-size: 16px;
    color: #666;
}

.dishes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.dish-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.dish-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.dish-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.dish-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dish-card:hover .dish-image img {
    transform: scale(1.1);
}

.dish-rank {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
}

.dish-info {
    padding: 20px;
}

.dish-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.dish-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
}

.dish-meta {
    display: flex;
    gap: 16px;
}

.dish-meta span {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* 📝 探店指南 */
.food-guide-section {
    margin: 48px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 40px;
    border-radius: 24px;
}

.guide-header {
    text-align: center;
    margin-bottom: 36px;
}

.guide-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.guide-subtitle {
    font-size: 16px;
    color: #666;
}

.guide-content {
    max-width: 900px;
    margin: 0 auto;
}

.guide-tips {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}

.tip-item {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    align-items: flex-start;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.tip-number {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    flex-shrink: 0;
}

.tip-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.tip-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.guide-bottom {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.guide-note {
    flex: 1;
}

.guide-note p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.guide-social {
    display: flex;
    gap: 12px;
}

.share-btn, .save-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.share-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.save-btn {
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
    color: #1a1a1a;
}

.share-btn:hover, .save-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* 📰 资讯版块 - 生活情报实时更新 */
.news-categories {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.news-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 20px;
    background: #fff;
    border: 2px solid #e8eaf6;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 120px;
    text-align: center;
}

.news-category:hover {
    border-color: #ff6b6b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.15);
}

.news-category.active {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    border-color: transparent;
}

.news-category i {
    font-size: 22px;
    margin-bottom: 6px;
}

.news-category span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.news-category small {
    font-size: 11px;
    opacity: 0.8;
}

.news-freshness {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border: 1px solid #81c784;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.freshness-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #2e7d32;
}

.freshness-icon i {
    font-size: 18px;
    animation: pulse 2s ease-in-out infinite;
}

.freshness-time, .freshness-count {
    font-size: 14px;
    color: #666;
}

.freshness-time strong, .freshness-count strong {
    color: #2e7d32;
    font-weight: 700;
}

/* 新闻卡片过渡效果 */
.news-big-card, .news-card {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.news-big-card:not(.visible), .news-card:not(.visible) {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
}

.news-big-card.visible, .news-card.visible {
    opacity: 1;
    transform: scale(1);
}

/* 菜价列表 */
.price-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 8px;
}

.veg-name {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
}

.veg-price {
    font-size: 15px;
    font-weight: 700;
    color: #2e7d32;
}

.veg-trend {
    font-size: 12px;
    font-weight: 600;
}

.veg-trend.up {
    color: #e74c3c;
}

.veg-trend.down {
    color: #27ae60;
}

.veg-trend.same {
    color: #95a5a6;
}

.price-note {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8eaf6;
}

.price-note small {
    color: #999;
}

/* 紧急通知 */
.urgent-widget {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe0e0 100%);
    border: 1px solid #ffcdd2;
}

.urgent-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.urgent-item {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    border-left: 3px solid #ff6b6b;
}

.urgent-time {
    font-size: 12px;
    color: #ff6b6b;
    font-weight: 700;
    margin-bottom: 4px;
}

.urgent-content {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 500;
}

/* 📰 资讯版块 - 新闻头条式 */
.news-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 32px;
}

.news-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.news-big-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
}

.news-big-card.breaking {
    border: 2px solid #ff6b6b;
}

.breaking-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: white;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* 💼 职场求职版块 - 档案式布局 + EEAT认证 */
.job-categories {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.job-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 20px;
    background: #fff;
    border: 2px solid #e8eaf6;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 120px;
    text-align: center;
}

.job-category:hover {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.15);
}

.job-category.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
}

.job-category i {
    font-size: 24px;
    margin-bottom: 6px;
}

.job-category span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.job-category small {
    font-size: 11px;
    opacity: 0.8;
}

.job-eeat-banner {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 2px solid #667eea;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.eeat-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.eeat-content {
    flex: 1;
}

.eeat-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.eeat-content p {
    font-size: 14px;
    color: #666;
}

.eeat-stats {
    display: flex;
    gap: 24px;
    flex-shrink: 0;
}

.eeat-stats span {
    font-size: 13px;
    color: #666;
}

.eeat-stats strong {
    color: #667eea;
    font-weight: 700;
}

.company-eeat {
    margin-top: 8px;
}

.eeat-tag {
    display: inline-block;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    color: #2e7d32;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.view-jobs-btn {
    display: block;
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-jobs-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.exp-role.eeat-verified {
    color: #667eea;
    font-size: 12px;
}

.exp-role.eeat-verified::before {
    content: '✅ ';
}

/* 经验卡片过渡效果 */
.experience-card, .company-card {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.experience-card:not(.visible), .company-card:not(.visible) {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
}

.experience-card.visible, .company-card.visible {
    opacity: 1;
    transform: scale(1);
}

/* 💼 求职版块 - 档案式设计 */
.job-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.stat-card {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    padding: 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border-left: 4px solid #667eea;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    flex-shrink: 0;
}

.stat-info {
    flex: 1;
}

.stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 14px;
    color: #999;
}

.job-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.job-hot-companies,
.job-experiences {
    background: #fff;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.subsection-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f0f0;
}

.company-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.company-card {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 16px;
    align-items: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.company-card:hover {
    border-color: #667eea;
    transform: translateX(8px);
}

.company-logo {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.company-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.company-desc {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.company-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.company-tags span {
    padding: 4px 10px;
    background: #667eea15;
    color: #667eea;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.company-openings {
    text-align: right;
}

.opening-count {
    font-size: 28px;
    font-weight: 800;
    color: #667eea;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.company-openings span:last-child {
    font-size: 13px;
    color: #999;
}

.experience-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.experience-tabs .tab {
    padding: 10px 20px;
    background: #f5f7fa;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #999;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.experience-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.experience-card {
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 16px;
    position: relative;
    transition: all 0.3s ease;
}

.experience-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.experience-card.premium {
    background: linear-gradient(135deg, #667eea10 0%, #764ba210 100%);
    border: 2px solid #667eea;
}

.experience-card.alert {
    border-left: 4px solid #ff6b6b;
}

.premium-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.exp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.exp-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.exp-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.exp-author-info {
    display: flex;
    flex-direction: column;
}

.exp-name {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.exp-role {
    font-size: 13px;
    color: #667eea;
}

.exp-time {
    font-size: 13px;
    color: #999;
}

.experience-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.4;
}

.experience-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 12px;
}

.exp-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.exp-tags span {
    padding: 5px 12px;
    background: #f0f0f0;
    border-radius: 6px;
    font-size: 12px;
    color: #666;
}

.exp-footer {
    display: flex;
    gap: 20px;
    padding-top: 14px;
    border-top: 1px solid #eee;
    margin-top: 14px;
}

.exp-footer span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #999;
    font-size: 13px;
}

/* 👶 亲子版块 - 彩色卡片设计 */
.kids-featured {
    margin-bottom: 40px;
}

.featured-card {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 32px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.featured-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.featured-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    background: rgba(255,255,255,0.95);
    color: #667eea;
    padding: 8px 18px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.featured-content {
    display: contents;
    position: relative;
    z-index: 1;
}

.featured-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.featured-category {
    margin-bottom: 16px;
}

.category-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
}

.category-tag.sports {
    background: rgba(255,107,107,0.3);
}

.featured-info h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.3;
}

.featured-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.featured-rating .stars {
    display: flex;
    gap: 4px;
    color: #ffd700;
    font-size: 18px;
}

.featured-rating span:last-child {
    font-size: 14px;
    opacity: 0.9;
}

.featured-meta {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
}

.featured-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    opacity: 0.95;
}

.featured-desc {
    margin-bottom: 24px;
}

.featured-desc p {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.95;
}

.featured-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.featured-price {
    display: flex;
    flex-direction: column;
}

.price-label {
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 4px;
}

.price-value {
    font-size: 32px;
    font-weight: 800;
}

.featured-actions .btn-primary {
    padding: 14px 32px;
    background: #fff;
    color: #667eea;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.featured-actions .btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(255,255,255,0.3);
}

.kids-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.kids-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
}

.kids-card:hover {
    transform: translateY(-12px) rotate(1deg);
    box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}

.kids-card.blue {
    border-top: 5px solid #4facfe;
}

.kids-card.pink {
    border-top: 5px solid #f093fb;
}

.kids-card.green {
    border-top: 5px solid #43e97b;
}

.kids-card.orange {
    border-top: 5px solid #fa709a;
}

.kids-image {
    height: 200px;
    overflow: hidden;
}

.kids-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kids-card:hover .kids-image img {
    transform: scale(1.1);
}

.kids-content {
    padding: 22px;
}

.kids-category {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.kids-card.blue .kids-category {
    color: #4facfe;
}

.kids-card.pink .kids-category {
    color: #f093fb;
}

.kids-card.green .kids-category {
    color: #43e97b;
}

.kids-card.orange .kids-category {
    color: #fa709a;
}

.kids-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.4;
}

.kids-content p {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    margin-bottom: 16px;
}

.kids-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #999;
}

.kids-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* 🎭 活动版块 - 日历式设计 */
.activity-calendar {
    margin-bottom: 40px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding: 24px;
    background: linear-gradient(135deg, #4ecdc410 0%, #44a08d10 100%);
    border-radius: 20px;
}

.calendar-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.calendar-nav .nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 2px solid #4ecdc4;
    background: #fff;
    color: #4ecdc4;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-nav .nav-btn:hover {
    background: #4ecdc4;
    color: #fff;
}

.current-date {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
}

.calendar-filter {
    display: flex;
    gap: 8px;
}

.calendar-filter .filter-btn {
    padding: 10px 20px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #999;
    cursor: pointer;
    transition: all 0.3s ease;
}

.calendar-filter .filter-btn.active {
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
    color: #fff;
    border-color: transparent;
}

.calendar-week {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.day-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.day-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.day-card.today {
    border: 3px solid #4ecdc4;
    background: linear-gradient(135deg, #4ecdc410 0%, #fff 100%);
}

.day-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px dashed #f0f0f0;
}

.day-date {
    display: flex;
    flex-direction: column;
}

.weekday {
    font-size: 13px;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.date {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.day-card.today .date {
    color: #4ecdc4;
}

.day-events {
    font-size: 13px;
    color: #4ecdc4;
    font-weight: 600;
    background: #4ecdc415;
    padding: 6px 14px;
    border-radius: 20px;
}

.day-activities {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.activity-item {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    gap: 12px;
    padding: 14px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 14px;
    align-items: center;
    transition: all 0.3s ease;
}

.activity-item:hover {
    background: linear-gradient(135deg, #4ecdc410 0%, #fff 100%);
    transform: scale(1.02);
}

.activity-item.full {
    grid-column: 1 / -1;
}

.activity-time {
    font-size: 15px;
    font-weight: 700;
    color: #4ecdc4;
    text-align: center;
}

.activity-info {
    flex: 1;
}

.activity-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.activity-meta {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: #999;
}

.activity-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.activity-tag {
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.activity-tag.sport {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.activity-tag.game {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #fff;
}

.activity-tag.culture {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: #fff;
}

.activity-tag.travel {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: #fff;
}

.activity-tag.social {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: #fff;
}

.activity-types {
    margin-top: 40px;
}

.types-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.types-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.type-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    cursor: pointer;
}

.type-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.12);
}

.type-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    flex-shrink: 0;
}

.type-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.type-info p {
    font-size: 13px;
    color: #999;
}

/* 🔄 二手版块 - 电商式设计 */
.secondhand-banner {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
    padding: 40px;
    border-radius: 24px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.secondhand-banner::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    border-radius: 50%;
}

.banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-text h3 {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.banner-text p {
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
}

.banner-buttons {
    display: flex;
    gap: 16px;
}

.btn-primary.btn-lg {
    padding: 16px 36px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.btn-primary.btn-lg:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(255,107,107,0.4);
}

.btn-secondary {
    padding: 16px 36px;
    background: rgba(255,255,255,0.9);
    color: #1a1a1a;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-secondary:hover {
    background: #fff;
    transform: translateY(-4px);
}

.banner-image {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secondhand-categories {
    margin-bottom: 32px;
}

.category-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-item:hover {
    border-color: #ff6b6b;
    color: #ff6b6b;
}

.category-item.active {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    border-color: transparent;
}

.secondhand-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    position: relative;
}

.product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.product-card.featured {
    border: 3px solid #ff6b6b;
}

.product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
}

.product-badge.new {
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
}

.product-image {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-actions {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    z-index: 2;
}

.product-card:hover .product-actions {
    opacity: 1;
    transform: translateX(0);
}

.action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.action-btn:hover {
    background: #ff6b6b;
    color: #fff;
    transform: scale(1.1);
}

.action-btn.like.liked {
    background: #ff6b6b;
    color: #fff;
}

.product-info {
    padding: 20px;
}

.product-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.4;
}

.product-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 14px;
}

.current-price {
    font-size: 28px;
    font-weight: 800;
    color: #ff6b6b;
}

.original-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.product-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.product-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #999;
}

.product-seller {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-seller img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.seller-info {
    display: flex;
    flex-direction: column;
}

.seller-name {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.seller-rating {
    font-size: 13px;
    color: #ffd700;
    display: flex;
    align-items: center;
    gap: 4px;
}


.news-big-image {
    height: 400px;
    overflow: hidden;
}

.news-big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-big-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-big-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.news-category {
    padding: 6px 14px;
    background: linear-gradient(135deg, #45b7d115 0%, #3498db15 100%);
    color: #45b7d1;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

.news-time {
    color: #999;
    font-size: 13px;
}

.news-big-content h3 {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.4;
}

.news-big-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.news-big-footer {
    display: flex;
    gap: 20px;
}

.news-big-footer span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #999;
}

.news-list {
    display: grid;
    gap: 16px;
}

.news-card {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 16px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.news-card:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.news-card.hot {
    border-left: 3px solid #ff6b6b;
}

.news-label {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    z-index: 2;
}

.news-label.hot-label {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: white;
}

.news-image {
    height: 140px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-content .news-category {
    align-self: flex-start;
    margin-bottom: 8px;
}

.news-content h4 {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.5;
}

.news-content p {
    color: #999;
    font-size: 13px;
    line-height: 1.6;
}

.news-footer {
    display: flex;
    gap: 16px;
    margin-top: 12px;
}

.news-footer span {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #999;
    font-size: 12px;
}

.news-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-widget {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.sidebar-widget h4 {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hot-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hot-item {
    display: flex;
    gap: 12px;
    align-items: center;
    transition: all 0.3s ease;
    padding: 12px;
    border-radius: 8px;
}

.hot-item:hover {
    background: #f5f7fa;
}

.hot-number {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 14px;
}

.hot-item:nth-child(2) .hot-number {
    background: linear-gradient(135deg, #f9ca24 0%, #f0932b 100%);
}

.hot-item:nth-child(3) .hot-number {
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
}

.hot-content {
    flex: 1;
}

.hot-content h5 {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 4px;
}

.hot-content span {
    font-size: 12px;
    color: #999;
}

.subscribe-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: linear-gradient(135deg, #45b7d1 0%, #3498db 100%);
    color: white;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 16px;
}

/* Footer - 简洁大气 */
.footer {
    background: #1a1a1a;
    color: #fff;
}

.footer-main {
    padding: 80px 0 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.footer-logo .logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
}

.footer-logo .logo-text h3 {
    font-size: 22px;
    margin-bottom: 4px;
}

.footer-logo .logo-text p {
    font-size: 12px;
    color: #999;
}

.footer-desc {
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    margin-bottom: 24px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: translateY(-4px);
}

.footer-section .section-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    padding: 10px 0;
}

.footer-links li a {
    color: #999;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #667eea;
    padding-left: 4px;
}

.footer-categories {
    padding: 32px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
}

.footer-categories h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

.keywords-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.keyword-tag {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.08);
    color: #999;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.keyword-tag:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 24px 0;
}

.footer-bottom-content {
    text-align: center;
    margin-bottom: 16px;
}

.footer-bottom-content p {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.footer-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 13px;
    color: #999;
}

.footer-stats span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-stats i {
    color: #667eea;
}

@media (max-width: 992px) {
    .header-row {
        flex-wrap: wrap;
        gap: 16px;
        height: auto;
        padding: 16px 0;
    }
    
    .main-nav {
        order: 3;
        width: 100%;
    }
    
    .nav-list {
        flex-wrap: wrap;
    }
    
    .hero-title {
        font-size: 40px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .hero-search form {
        flex-direction: column;
        border-radius: 16px;
    }
    
    .hero-search-input,
    .hero-search-btn {
        border-radius: 10px;
    }
    
    .forums-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .rental-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    
    .timeline-item {
        grid-template-columns: 60px 1fr;
    }
    
    .timeline-number {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
    
    .timeline-content {
        grid-template-columns: 1fr;
    }
    
    .timeline-image {
        height: 220px;
    }
    
    .news-big-card {
        grid-template-columns: 1fr;
    }
    
    .news-big-image {
        height: 280px;
    }
    
    .job-stats {
        grid-template-columns: 1fr;
    }
    
    .calendar-header {
        flex-direction: column;
        gap: 16px;
    }
    
    .calendar-filter {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    
    .hero-title {
        font-size: 32px;
        letter-spacing: 2px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .food-grid {
        grid-template-columns: 1fr;
    }
    
    .food-card.large {
        grid-column: span 1;
    }
    
    .rental-filters {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .news-card {
        grid-template-columns: 1fr;
    }
    
    .news-image {
        height: 200px;
    }
    
    .news-sidebar {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-stats {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .kids-grid,
    .secondhand-products,
    .types-grid {
        grid-template-columns: 1fr;
    }
    
    .calendar-week {
        grid-template-columns: 1fr;
    }
    
    .banner-buttons {
        flex-direction: column;
    }
    
    .company-card {
        grid-template-columns: 60px 1fr;
    }
    
    .company-openings {
        grid-column: span 2;
        text-align: left;
        margin-top: 12px;
    }
    
    .activity-item {
        grid-template-columns: 50px 1fr;
    }
    
    .activity-tag {
        grid-column: span 2;
        margin-top: 8px;
        justify-self: start;
    }
    
    .food-culture-section,
    .food-dishes-section,
    .food-guide-section {
        padding: 24px;
    }
    
    .tip-item {
        flex-direction: column;
        text-align: center;
    }
    
    .tip-number {
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .header-row {
        flex-wrap: wrap;
        gap: 16px;
        height: auto;
        padding: 16px 0;
    }
    
    .main-nav {
        order: 3;
        width: 100%;
    }
    
    .nav-list {
        flex-wrap: wrap;
    }
    
    .hero-title {
        font-size: 40px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .hero-search form {
        flex-direction: column;
        border-radius: 16px;
    }
    
    .hero-search-input,
    .hero-search-btn {
        border-radius: 10px;
    }
    
    .forums-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .rental-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    
    .timeline-item {
        grid-template-columns: 60px 1fr;
    }
    
    .timeline-number {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
    
    .timeline-content {
        grid-template-columns: 1fr;
    }
    
    .timeline-image {
        height: 220px;
    }
    
    .news-big-card {
        grid-template-columns: 1fr;
    }
    
    .news-big-image {
        height: 280px;
    }
    
    .job-stats {
        grid-template-columns: 1fr;
    }
    
    .calendar-header {
        flex-direction: column;
        gap: 16px;
    }
    
    .calendar-filter {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .featured-card {
        grid-template-columns: 1fr;
    }
    
    .secondhand-banner {
        grid-template-columns: 1fr;
    }
    
    .culture-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    
    .header-main {
        padding: 12px 0;
    }
    
    .header-row {
        gap: 12px;
        padding: 0;
    }
    
    .logo-text h1 {
        font-size: 18px;
    }
    
    .logo-text p {
        display: none;
    }
    
    .main-nav {
        display: none;
    }
    
    .main-nav.mobile-open {
        display: block;
        width: 100%;
        order: 3;
        margin-top: 12px;
    }
    
    .nav-list {
        flex-direction: column;
        gap: 0;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        overflow: hidden;
    }
    
    .nav-item {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .nav-item:last-child {
        border-bottom: none;
    }
    
    .nav-link {
        padding: 14px 20px;
        border-radius: 0;
    }
    
    .mobile-menu-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        background: #f5f7fa;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 20px;
        color: #666;
        transition: all 0.3s ease;
    }
    
    .mobile-menu-btn:hover {
        background: #e8eaf6;
        color: #667eea;
    }
    
    .header-actions {
        gap: 8px;
    }
    
    .btn-post,
    .btn-login,
    .btn-register {
        padding: 10px 14px;
        font-size: 13px;
    }
    
    .btn-post span,
    .btn-login span,
    .btn-register span {
        display: none;
    }
    
    .header-sub {
        display: none;
    }
    
    .hero-title {
        font-size: 32px;
        letter-spacing: 2px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .food-grid {
        grid-template-columns: 1fr;
    }
    
    .food-card.large {
        grid-column: span 1;
    }
    
    .rental-filters {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .news-card {
        grid-template-columns: 1fr;
    }
    
    .news-image {
        height: 200px;
    }
    
    .news-sidebar {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-stats {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .kids-grid,
    .secondhand-products,
    .types-grid {
        grid-template-columns: 1fr;
    }
    
    .calendar-week {
        grid-template-columns: 1fr;
    }
    
    .banner-buttons {
        flex-direction: column;
    }
    
    .company-card {
        grid-template-columns: 60px 1fr;
    }
    
    .company-openings {
        grid-column: span 2;
        text-align: left;
        margin-top: 12px;
    }
    
    .activity-item {
        grid-template-columns: 50px 1fr;
    }
    
    .activity-tag {
        grid-column: span 2;
        margin-top: 8px;
        justify-self: start;
    }
    
    .food-culture-section,
    .food-dishes-section,
    .food-guide-section {
        padding: 24px;
    }
    
    .tip-item {
        flex-direction: column;
        text-align: center;
    }
    
    .tip-number {
        margin: 0 auto;
    }
    
    .rental-alert {
        flex-direction: column;
        text-align: center;
    }
    
    .alert-badge {
        align-self: center;
    }
    
    .rental-tabs {
        flex-direction: column;
    }
    
    .tab-item {
        flex-direction: row;
        justify-content: flex-start;
        gap: 16px;
        text-align: left;
        padding: 16px 24px;
    }
    
    .tab-item i {
        font-size: 22px;
        margin-bottom: 0;
    }
    
    .tips-grid {
        grid-template-columns: 1fr;
    }
    
    .rental-tips {
        padding: 24px;
    }
    
    .travel-audio {
        flex-direction: column;
        text-align: center;
    }
    
    .audio-icon {
        margin: 0 auto;
    }
    
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tips-content {
        grid-template-columns: 1fr;
    }
    
    .job-content {
        grid-template-columns: 1fr;
    }
    
    .experience-tabs {
        justify-content: center;
    }
    
    .travel-categories {
        flex-direction: column;
    }
    
    .travel-category {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
    
    .dishes-grid {
        grid-template-columns: 1fr;
    }
    
    .food-categories {
        flex-direction: column;
    }
    
    .food-category {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
    
    .guide-social {
        flex-direction: column;
    }
    
    .share-btn, .save-btn {
        width: 100%;
    }
    
    .secondhand-banner {
        padding: 24px;
    }
    
    .banner-text h3 {
        font-size: 24px;
    }
    
    .news-categories {
        flex-direction: column;
    }
    
    .news-category {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
    
    .job-categories {
        flex-direction: column;
    }
    
    .job-category {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .hero-section {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .forums-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .section-desc {
        font-size: 14px;
    }
    
    .rental-card,
    .food-card,
    .product-card,
    .kids-card {
        border-radius: 16px;
    }
    
    .rental-image,
    .food-image,
    .product-image,
    .kids-image {
        height: 200px;
    }
    
    .footer-main {
        padding: 60px 0 40px;
    }
    
    .footer-logo .logo-text h3 {
        font-size: 20px;
    }
    
    .more-link {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .hot-search {
        flex-direction: column;
        gap: 8px;
    }
    
    .hot-tag {
        width: 100%;
        text-align: center;
    }
}
