:root{--bg:#030304;--white:#f8f7f1;--soft:rgba(248,247,241,0.66);--dim:rgba(248,247,241,0.35);--line:rgba(248,247,241,0.12);--line-hot:rgba(185,156,255,0.28);--lavender:#b99cff;--cyan:#a8e7e6}*{box-sizing:border-box;padding:0;margin:0}html{min-height:100%;background:var(--bg);color-scheme:dark}body{min-width:320px;min-height:100svh;color:var(--white);background:radial-gradient(circle at 32% 48%,rgba(185,156,255,.08),transparent 24rem),radial-gradient(circle at 70% 74%,rgba(168,231,230,.03),transparent 20rem),var(--bg);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:after,body:before{position:fixed;inset:0;pointer-events:none;content:""}body:before{z-index:-2;background-image:linear-gradient(rgba(248,247,241,.024) 1px,transparent 0),linear-gradient(90deg,rgba(248,247,241,.018) 1px,transparent 0);background-size:52px 52px;-webkit-mask-image:radial-gradient(circle at 50% 52%,black,transparent 74%);mask-image:radial-gradient(circle at 50% 52%,black,transparent 74%)}body:after{z-index:-1;background:linear-gradient(transparent 48%,rgba(185,156,255,.035),transparent 52%),linear-gradient(90deg,transparent,rgba(168,231,230,.025),transparent);background-size:100% 6rem,28rem 100%;animation:scan 16s linear infinite}a{color:inherit;text-decoration:none}@keyframes scan{to{background-position:0 6rem,28rem 0}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}