html[data-theme=dark]{color-scheme:dark}html[data-theme=light]{color-scheme:light}:root{--background:#0a0a0a;--foreground:#ededed;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace}html[data-theme=light]{--background:#ffffff;--foreground:#171717}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}*{box-sizing:border-box;padding:0;margin:0}@media (min-width:768px){body.theme-transition-enabled,body.theme-transition-enabled *{transition:background-color 2s ease,color 2s ease,border-color 2.5s ease,box-shadow 3s ease}}@media (max-width:767px){body.theme-transition-enabled,body.theme-transition-enabled *{transition:background-color .5s ease,color 0s ease,border-color .7s ease,box-shadow 1s ease}}a{color:inherit;text-decoration:none}.site-shell{display:flex;min-height:100dvh;flex-direction:column}.site-main{display:flex;flex:1 1;flex-direction:column}.skip-link{position:absolute;left:-9999px;z-index:9999;padding:8px 16px;background:var(--foreground);color:var(--background);text-decoration:none;border-radius:4px}.skip-link:focus-visible{left:16px;top:16px}.error-page{display:flex;flex:1 1;align-items:center;justify-content:center;padding-inline:16px}