:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");.layout-body{background-color:#FAFBFC;color:#1A1A1A;min-height:100vh;font-family:DM Sans,sans-serif;margin:0;padding:0;display:flex;justify-content:center;align-items:center}.centered-container{max-width:1200px;width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}