
        /* Base compensation styles */
        body { margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: #ffffff; color: #1f2937; line-height: 1.6; }
        h1, h2, h3, h4, p, ul, li { margin: 0; padding: 0; }
        a { text-decoration: none; color: inherit; }
        * { box-sizing: border-box; }
        /* Smooth scrolling */
        html { scroll-behavior: smooth; }
    