
        .aggregator-scope {
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.6;
            color: #1f2937;
            background-color: #ffffff;
            padding: 2rem 1rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        .aggregator-scope h1 {
            font-size: 2.5rem;
            line-height: 1.2;
            font-weight: 800;
            margin-top: 1rem;
            margin-bottom: 1.25rem;
            color: #111827;
        }
        .aggregator-scope h2 {
            font-size: 1.875rem;
            font-weight: 700;
            margin-top: 3rem;
            margin-bottom: 1.5rem;
            color: #111827;
            text-align: center;
        }
        .aggregator-scope h3 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-top: 1.5rem;
            margin-bottom: 1rem;
            color: #111827;
        }
        .aggregator-scope p {
            margin-bottom: 1.25rem;
            color: #4b5563;
        }
        .aggregator-scope ul.feature-list {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 1.5rem;
            margin-top: 1.5rem;
        }
        .aggregator-scope ul.feature-list li {
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 0.75rem;
            color: #374151;
            font-weight: 500;
        }
        .aggregator-scope ul.feature-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #2563eb;
            font-weight: bold;
        }
        .aggregator-scope a {
            text-decoration: none;
        }
        .btn-primary {
            display: inline-block;
            background-color: #2563eb !important;
            color: #ffffff !important;
            padding: 0.875rem 2rem;
            border-radius: 0.375rem;
            font-weight: 600;
            text-align: center;
            transition: background-color 0.2s;
            margin-bottom: 2rem;
        }
        .btn-primary:hover {
            background-color: #1d4ed8 !important;
        }
        /* 响应式图文并排：规避复杂 grid 导致不可编辑 */
        .wysiwyg-layout {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            align-items: center;
            margin-bottom: 3rem;
        }
        .wysiwyg-text {
            flex: 1 1 400px;
        }
        .wysiwyg-media {
            flex: 1 1 400px;
        }
        table.specs-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 1rem;
            background-color: #f9fafb;
        }
        table.specs-table td {
            padding: 0.75rem 1rem;
            border-bottom: 1px solid #e5e7eb;
            color: #4b5563;
        }
        table.specs-table td:first-child {
            font-weight: 600;
            color: #111827;
            width: 35%;
        }
    