.project-card:target{border-color:var(--blue);box-shadow:0 0 0 2px #58c4ff55,0 0 28px #58c4ff22;background:#0b2130}.project-card:target h3{color:#bfe8ff}.project-list.rows{display:grid;grid-template-columns:1fr;gap:6px}.project-list.rows .project-card{display:grid;grid-template-columns:minmax(210px,1.4fr) minmax(190px,1fr) minmax(390px,2fr) 150px;align-items:center;gap:18px;padding:12px 16px}.project-list.rows .project-card header{display:block}.project-list.rows .project-card header h3{font-size:14px;margin-bottom:5px}.project-list.rows .project-card>p{margin:0;font-size:12px}.project-list.rows .project-card dl{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0}.project-list.rows .project-card button{text-align:right;font-size:12px}@media(max-width:1050px){.project-list.rows .project-card{grid-template-columns:1.2fr 1fr 2fr}.project-list.rows .project-card button{grid-column:1/-1;text-align:left}}@media(max-width:760px){.project-list.rows .project-card{display:block;padding:18px}.project-list.rows .project-card header{display:flex}.project-list.rows .project-card>p{margin:1em 0}.project-list.rows .project-card dl{grid-template-columns:1fr 1fr;margin:22px 0}.project-list.rows .project-card button{text-align:left}}
