:root{--background:#f5f7fa;--foreground:#333}@media (prefers-color-scheme:dark){:root{--background:#121212;--foreground:#fff}}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none;transition:color .2s ease}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){html{color-scheme:dark}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2)}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}}@media (max-width:600px){html{font-size:14px}}@media (min-width:1200px){html{font-size:16px}}