*, *::before, *::after { box-sizing: border-box; }
        * { margin: 0; }
        html:focus-within { scroll-behavior: smooth; }
        body { min-height: 100vh; text-rendering: optimizeLegibility; }
        [hidden] { display: none !important; }
        img, picture, svg { display: block; max-width: 100%; }
        input, button, textarea, select { font: inherit; }
        button { background: none; border: 0; padding: 0; color: inherit; }
        ul, ol { padding-left: 1.25rem; }
        table { border-collapse: collapse; width: 100%; }
