:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{height:100vh;width:100%;background:#fff;overflow:hidden;overscroll-behavior:none;inset:0;touch-action:none}*,body,html{margin:0;padding:0}*{box-sizing:border-box}a{color:inherit;text-decoration:none}body{font-family:-apple-system,SF Pro,Roboto,Segoe UI,Helvetica,Arial,sans-serif}@media screen and (-webkit-min-device-pixel-ratio:0){input,select,textarea{font-size:16px}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-100% 0}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}