:root{--background: #ffffff;--foreground: #171717}@media(prefers-color-scheme:dark){:root{--background: #0a0a0a;--foreground: #ededed}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}html,body{max-width:100vw;overflow-x:hidden}body{margin:0;color:#fff;-webkit-user-select:none;user-select:none;box-sizing:border-box;transform-box:border-box;-ms-overflow-style:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#0f172a,#1e293b,#334155,#1e293b,#0f172a);background-size:400% 400%;animation:gradientShift 20s ease infinite;min-height:100vh}body::-webkit-scrollbar{display:none}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.03) 1px,transparent 0);background-size:20px 20px;pointer-events:none;z-index:-1}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit}@media(prefers-color-scheme:dark){html{color-scheme:dark}}
