
        /* minimal reset for consistent rendering, no extra styling */
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
            line-height: 1.5;
            margin: 1.5rem;
            background: #fff;
            color: #111;
        }
        .content {
            max-width: 1200px;
            margin: 0 auto;
        }
        ul {
            margin: 1rem 0;
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.5rem;
        }
        p {
            margin: 1rem 0;
        }
        strong {
            font-weight: 600;
        }
    