:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:#4b4b4b;border-radius:5px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.6);background:#343434}.circular-text{margin:0 auto;border-radius:50%;width:200px;position:relative;height:200px;color:gray;font-weight:700;text-align:center;cursor:pointer;transform-origin:50% 50%;-webkit-transform-origin:50% 50%}.circular-text span{position:absolute;display:inline-block;left:0;right:0;top:0;bottom:0;font-size:24px;transition:all .5s cubic-bezier(0,0,0,1)}.footer-text{background:radial-gradient(53.33% 53.34% at 50% 39.34%,rgba(255,255,255,.3) 0,rgba(255,255,255,0) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}