:root{--background:#fff;--foreground:#2e847a}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100dvh;color:var(--foreground);background:#fff;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}html[data-color-scheme=dark] body{background:#121212;color:#e5e7eb}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::-webkit-scrollbar-corner{background:#f1f1f1}html[data-color-scheme=dark] ::-webkit-scrollbar-track{background:#2a2a2a}html[data-color-scheme=dark] ::-webkit-scrollbar-thumb{background:#555}html[data-color-scheme=dark] ::-webkit-scrollbar-thumb:hover{background:#777}html[data-color-scheme=dark] ::-webkit-scrollbar-corner{background:#2a2a2a}