/* =========================================================
   站长点评模块（原样迁移）
   ========================================================= */
.pro-review-container {
    margin: 25px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.pro-review-box {
    position: relative;
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.pro-review-decor {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.pro-review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 10px;
}

.pro-badge-identity {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
}

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

.pro-tone-text {
    color: #1e3a8a;
    font-size: 14px;
    font-weight: 600;
}

.pro-tag {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,0.05);
}

.pro-review-content {
    font-size: 15px;
    color: #374151;
    line-height: 1.75;
    border-left: 4px solid #3b82f6;
    padding-left: 16px;
    margin-bottom: 18px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.03), transparent);
    padding: 10px 16px;
}

.pro-review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #e5e7eb;
    padding-top: 14px;
    flex-wrap: wrap;
    gap: 10px;
}

.pro-date-info {
    font-size: 12px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pro-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
}

.pro-btn {
    display: inline-flex;
    align-items: center;
    color: #2563eb;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    background: #eff6ff;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #dbeafe;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pro-btn:hover {
    background: #2563eb;
    color: white;
    border-color: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

/* =========================================================
   FAQ 模块（原样迁移）
   ========================================================= */
.af-title { font-size: 20px; color: #1e3a8a; margin-bottom: 25px; display: flex; align-items: center; font-weight: 700; }
        .af-icon { background: linear-gradient(135deg, #3b82f6, #8b5cf6); color: #fff; width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-right: 12px; font-size: 16px; box-shadow: 0 4px 6px rgba(59, 130, 246, 0.3); }
        
        .af-item { 
            margin-bottom: 20px; 
            background: linear-gradient(145deg, #ffffff, #f8fafc); 
            padding: 22px; 
            border-radius: 14px; 
            border: 1px solid #e2e8f0; 
            transition: all 0.3s; 
            position: relative; 
            overflow: hidden; 
        }
        
        /* 悬停交互效果 */
        .af-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
            border-color: #3b82f6;
        }

        .af-badge {
            position: absolute; 
            top: 0; left: 0; 
            background: linear-gradient(135deg, #3b82f6, #2563eb); 
            color: white; 
            padding: 4px 12px; 
            border-radius: 0 0 12px 0; 
            font-size: 12px; 
            font-weight: bold; 
            z-index: 2;
        }

        .af-q-box, .af-a-box { display: flex; line-height: 1.6; }
        
        .af-q-box { 
            font-weight: bold; 
            color: #1e3a8a; 
            margin-bottom: 12px; 
            font-size: 15px; 
            padding-left: 5px; 
            padding-top: 5px; 
        }
        
        .af-a-box { 
            color: #475569; 
            font-size: 14.5px; 
            padding-left: 28px; 
            position: relative; 
            padding-bottom: 8px; 
        }

        .af-mark-q { color: #3b82f6; margin-right: 10px; font-family: Arial; font-size: 18px; font-weight: bold; min-width: 15px; }
        .af-mark-a { position: absolute; left: 5px; color: #10b981; font-family: Arial; font-weight: bold; font-size: 16px; }
        
        .af-text { flex: 1; word-break: break-word; }

/* =========================================================
   热门评论（原样 · 严格回退）
   ========================================================= */
 /* 布局与基础样式 */
        .auto-comments-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
        .ac-title { font-size: 20px; color: #1e3a8a; margin-bottom: 25px; font-weight: 700; display: flex; align-items: center; }
        .ac-icon { background: linear-gradient(135deg, #ec4899, #8b5cf6); color: white; width: 36px; height: 36px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-right: 12px; box-shadow: 0 4px 6px rgba(236, 72, 153, 0.3); }
        
        /* 评论列表 */
        .ac-item { display: flex; margin-bottom: 28px; position: relative; }
        .ac-avatar-box { position: relative; margin-right: 16px; }
        .ac-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #f1f5f9, #e2e8f0); border: 3px solid white; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
        .ac-hot-badge { position: absolute; top: -5px; right: 10px; background: #ef4444; color: white; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3); }
        
        .ac-content-box { flex: 1; }
        .ac-bubble { background: linear-gradient(145deg, #ffffff, #f8fafc); padding: 18px; border-radius: 0 18px 18px 18px; border: 1px solid #e2e8f0; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; }
        
        /* 气泡悬停效果 */
        .ac-item:hover .ac-bubble { box-shadow: 0 6px 20px rgba(59, 130, 246, 0.15); border-color: #3b82f6; transform: translateY(-2px); }
        
        /* 内容排版 */
        .ac-meta { font-weight: bold; color: #334155; font-size: 15px; margin-bottom: 8px; display: flex; align-items: center; }
        .ac-badge { color: white; padding: 2px 8px; border-radius: 12px; font-size: 10px; font-weight: bold; margin-left: 8px; }
        .ac-time { font-weight: normal; color: #94a3b8; font-size: 12px; margin-left: auto; }
        .ac-text { color: #475569; font-size: 15px; line-height: 1.7; margin-bottom: 12px; word-break: break-all; }
        
        /* 操作按钮 */
        .ac-actions { display: flex; gap: 20px; font-size: 13px; color: #64748b; }
        .ac-action { cursor: pointer; transition: color 0.2s; display: flex; align-items: center; gap: 4px; }
        .ac-action:hover { color: #3b82f6; }
        .ac-blue { color: #3b82f6; font-weight: bold; }
        .ac-green { color: #10b981; }

        /* 回复区域 */
        .ac-reply-row { display: flex; margin-top: 16px; margin-left: 20px; }
        .ac-reply-avatar { width: 32px; height: 32px; border-radius: 50%; margin-right: 12px; background: #f1f5f9; }
        .ac-reply-bubble { flex: 1; background: #f8fafc; padding: 12px 16px; border-radius: 12px; border: 1px solid #e2e8f0; }
        .ac-reply-meta { font-weight: bold; color: #475569; font-size: 13px; margin-bottom: 4px; }
        .ac-author-tag { color: #94a3b8; font-weight: normal; }
        .ac-reply-text { color: #64748b; font-size: 13.5px; line-height: 1.6; }

        /* 底部按钮 */
        .ac-more-btn-box { text-align: center; margin-top: 30px; }
        .ac-more-btn { display: inline-flex; align-items: center; justify-content: center; color: #3b82f6; text-decoration: none; font-size: 14px; font-weight: 600; border: 1px solid #d6e4ff; background: #f0f7ff; padding: 10px 24px; border-radius: 50px; transition: all 0.3s ease; }
        .ac-more-btn span { margin-left: 8px; transition: transform 0.3s; display: inline-block; }
        .ac-more-btn:hover { background: #3b82f6 !important; color: white !important; border-color: #3b82f6 !important; box-shadow: 0 6px 20px rgba(59, 130, 246, 0.25); }
        .ac-more-btn:hover span { transform: translateX(4px); }

/* =========================================================
   搜索限制提示页（原样迁移）
   ========================================================= */
.xhp-login-box {
    max-width: 420px;
    margin: 140px auto;
    text-align: center;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.xhp-logo {
    height: 48px;
    margin-bottom: 24px;
}

.xhp-title {
    font-size: 20px;
    color: #1e293b;
    margin-bottom: 12px;
}

.xhp-desc {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 6px;
}

.xhp-countdown {
    color: #2563eb;
    font-weight: 600;
}

.xhp-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 10px 26px;
    background: #2563eb;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
}

.xhp-btn:hover {
    background: #1d4ed8;
}