
        /* CSS Compensation for disabled preflight */
        .aggregator-scope {
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.5;
            color: #1f2937;
            background-color: #ffffff;
            margin: 0;
            padding: 0;
        }
        .aggregator-scope *, .aggregator-scope ::before, .aggregator-scope ::after {
            box-sizing: border-box;
        }
        .aggregator-scope h1, .aggregator-scope h2, .aggregator-scope h3, .aggregator-scope h4 {
            margin-top: 0;
            margin-bottom: 1rem;
            font-weight: 700;
            line-height: 1.2;
            color: #111827;
        }
        .aggregator-scope h1 { font-size: 2.25rem; }
        .aggregator-scope h2 { font-size: 1.875rem; }
        .aggregator-scope h3 { font-size: 1.5rem; }
        .aggregator-scope p { margin-top: 0; margin-bottom: 1.25rem; }
        .aggregator-scope a { text-decoration: none; }
        .aggregator-scope img { max-width: 100%; height: auto; display: block; }
        .aggregator-scope ul { padding-left: 1.5rem; margin-top: 0; margin-bottom: 1.25rem; list-style-type: disc; }
        .aggregator-scope table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; text-indent: 0; border-color: inherit; }
        .aggregator-scope th, .aggregator-scope td { border: 1px solid #e5e7eb; padding: 0.75rem 1rem; text-align: left; }
        .aggregator-scope th { background-color: #f9fafb; font-weight: 600; }
        .aggregator-scope button { cursor: pointer; font-family: inherit; }
    