:root{--foreground-rgb:255,255,255;--background-start-rgb:17,19,23;--background-end-rgb:28,34,47}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:17,19,23;--background-end-rgb:28,34,47}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background:linear-gradient(to bottom,rgb(var(--background-start-rgb)),rgb(var(--background-end-rgb)));color:rgb(var(--foreground-rgb));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.dark-mode{background-color:#1a1a1a;color:#fff}.dark-mode a{color:#64b5f6}.light-mode{background-color:#fff;color:#000}.light-mode a{color:#06c}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}