.project-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.project-card{background:#fff;border:1px solid #f0f0f4;border-radius:12px;padding:14px;box-shadow:var(--shadow);cursor:pointer;transition:.2s}.project-card:hover,.project-card.selected{border-color:#b8b0f2;box-shadow:0 9px 26px rgba(102,84,217,.12)}.project-card-cover{height:138px;border-radius:8px;display:grid;place-content:center;text-align:center;color:#fff;font:500 18px 'Space Grotesk';line-height:25px;letter-spacing:2px;margin-bottom:15px}.project-card-cover b{font-size:26px}.project-card-content .title-line{justify-content:space-between}.project-card-content h2{font-size:15px;margin:0}.project-card-content>p{font-size:11px;color:#aaa;margin:5px 0 15px}.card-progress{display:flex;align-items:center;gap:9px}.card-progress .progress{height:5px}.card-progress b{font-size:10px;color:#777}.card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:16px;padding-top:12px;color:#999;font-size:10px}.team-stack{display:flex}.team-stack i{font-style:normal;font-size:8px;background:#eceafa;color:#6557ce;border-radius:50%;width:20px;height:20px;display:grid;place-items:center;margin-left:-3px;border:2px solid #fff}.add-card{min-height:282px;border:1px dashed #d4d1ef;background:#fbfaff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#9a98ad}.add-project-icon{width:42px;height:42px;border-radius:50%;background:#eeedff;color:var(--purple);display:grid;place-items:center;font-size:23px;margin-bottom:12px}.add-card h2{font-size:14px;color:#5d5979;margin:0 0 5px}.add-card p{font-size:11px;margin:0}@media(max-width:1050px){.project-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.project-cards{grid-template-columns:1fr}}
