*,:after,:before{box-sizing:border-box}body{margin:0;color:var(--theme-fg);background-color:var(--theme-bg);font-family:neue-haas-grotesk-text,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.item{background:var(--theme-bg)}.img{width:100%;aspect-ratio:6;position:relative;overflow:hidden;display:grid;place-items:center;--x:0px;--y:0px}.img:after{content:"";background:radial-gradient(#000 20%,#222020 30%,#777678 75%,hsla(0,0%,100%,.75));mix-blend-mode:darken;isolation:isolate}.grid__item-img-deco,.img:after{position:absolute;top:0;left:0;width:100%;height:100%}.grid__item-img-deco{font-family:input-mono,monospace;font-size:.35rem;word-wrap:break-word;line-height:1.15;color:var(--theme-fg);opacity:0;-webkit-mask-image:radial-gradient(300px circle at var(--x) var(--y),#000 20%,rgba(0,0,0,.01),transparent);mask-image:radial-gradient(300px circle at var(--x) var(--y),#000 20%,rgba(0,0,0,.01),transparent)}.link{text-decoration:none;color:#a6a6ab;padding:0 1rem}.want{z-index:2;align-content:center}.link:hover{text-shadow:0 0 4px var(--theme-fg)}[data-theme=light] .item{background:var(--theme-bg)}[data-theme=light] .img:after{background:radial-gradient(#f5f5f5 20%,#e0e0e0 50%,#ccc 75%,transparent);mix-blend-mode:normal}[data-theme=light] .grid__item-img-deco{color:var(--theme-fg)}[data-theme=light] .want{color:var(--theme-fg)!important}[data-theme=light] .link{color:var(--color-celeste)}[data-theme=light] .link:hover{text-shadow:0 0 4px var(--color-celeste)}