:root{--max-width:1200px;--max-width-xl:1400px;--max-width-xxl:1600px;--border-radius:8px;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;height:100%}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}@media (prefers-color-scheme:dark){html{color-scheme:dark}}