:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#121212}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}footer{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);margin:0 20px;z-index:1000}.footer-inner{background:#121212;color:#D5D5D5;border-radius:13px;font-family:Inter,sans-serif;font-size:14px;line-height:1.5;text-align:center;padding:13px 13px 8px;max-width:800px;margin:0 auto;display:flex;align-items:center}.footer-inner h2{margin-right:5px;font-size:12px;letter-spacing:.5px;font-weight:500}.footer-inner ul{display:flex;align-items:center}.footer-inner li{list-style-type:none}.footer-inner svg{width:auto;height:20px;margin:0 8px}.footer-inner svg.w-wide{height:12px}.footer-inner svg.w-two{height:16px}@media (prefers-color-scheme:dark){html{color-scheme:dark}}