:root{--font-geist-sans:"GeistSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--font-geist-mono:"GeistMono",SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--background:#ffffff;--foreground:#000000;--muted:#f5f5f5;--muted-foreground:#4b4b4b;--border:rgba(0,0,0,0.12);--radius:8px}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ffffff;--muted:#151515;--muted-foreground:#a0a0a0;--border:rgba(255,255,255,0.12)}}*{cursor:none}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-geist-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code,pre{font-family:var(--font-geist-mono)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}img{max-width:100%;height:auto}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--muted)}::-webkit-scrollbar-thumb{background:var(--muted-foreground);border-radius:var(--radius)}::-webkit-scrollbar-thumb:hover{background:var(--foreground)}::view-transition-group(root){animation-timing-function:var(--expo-out)}::view-transition-new(root){-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><filter id="blur"><feGaussianBlur stdDeviation="2"/></filter></defs><circle cx="40" cy="0" r="18" fill="white" filter="url(%23blur)"/></svg>') top right /0 no-repeat;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><filter id="blur"><feGaussianBlur stdDeviation="2"/></filter></defs><circle cx="40" cy="0" r="18" fill="white" filter="url(%23blur)"/></svg>') top right /0 no-repeat;-webkit-mask-origin:content-box;mask-origin:content-box;animation:scale 1s;transform-origin:top right}.dark::view-transition-old(root),::view-transition-old(root){animation:scale 1s;transform-origin:top right;z-index:-1}@keyframes scale{to{-webkit-mask-size:350vmax;mask-size:350vmax}}