.project-card{position:relative}.project-card-spotlight{opacity:0;pointer-events:none;background:radial-gradient(340px circle at var(--spot-x,50%) var(--spot-y,50%), #e83c8ca6, #963fb452 45%, transparent 72%);transition:opacity .3s;position:absolute;inset:0}.project-card:hover .project-card-spotlight{opacity:1}.project-card-github img{border-radius:2px}
.projects-page{width:100vw;margin-left:calc(50% - 50vw);margin-top:calc(-1 * var(--header-height));padding-top:var(--header-height);min-height:calc(100vh - var(--header-height));position:relative}.projects-page-inner{max-width:84rem;padding:var(--spacing-xxl) var(--spacing-lg);margin:0 auto}@media (max-width:700px){.projects-page-inner{padding:var(--spacing-xl) var(--spacing-sm)}}
