:root{--background:#fff;--foreground:#171717;--x:50%;--y:50%}@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);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}main{display:flex;align-items:center;justify-content:center;height:100dvh;font-size:4vw;background:#fff;color:#000}main h1{position:relative;z-index:1;cursor:pointer;color:#fff}main.hidden{position:absolute;left:0;top:0;z-index:2;width:100%;background:#000;color:#fff;-webkit-clip-path:circle(10% at var(--x) var(--y));clip-path:circle(10% at var(--x) var(--y))}main.hidden h1{mix-blend-mode:difference}.image-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}