.card.project-card{column-gap:var(--s5);row-gap:var(--s3);grid-template-columns:auto 1fr;align-items:center;display:grid;position:relative;overflow:hidden}.project-card .thumb-wrap{border-radius:calc(var(--r) + 2px);background:linear-gradient(155deg,#ae66f1b3,#7a07e01f);grid-row:1/3;align-self:center;padding:2px}.project-card .thumb{border-radius:var(--r);width:5rem;height:5rem}.project-card .project-head{align-items:center;gap:var(--s3);flex-wrap:wrap;grid-area:1/2;display:flex}.project-card .wordmark{font-size:1.6rem}.project-card .project-body{grid-area:2/2}.project-card .project-body p{color:var(--text-dim);font-size:.9375rem}.project-card .chips{gap:var(--s2);margin-top:var(--s4);flex-wrap:wrap;display:flex}.project-card .project-go{top:var(--s5);right:var(--s5);color:var(--text-mute);font-size:1.25rem;line-height:1;transition:transform .2s ease-out,color .2s ease-out;position:absolute}a.project-card:hover .project-go{color:var(--npc-purple);transform:translate(4px)}
