.edch-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.edch-card{display:flex;flex-direction:column;background:var(--gris-850);border:1px solid var(--gris-800);border-radius:6px;padding:2.4rem 2rem;text-decoration:none;transition:border-color .25s ease,transform .25s ease}.edch-card:hover{border-color:var(--accent);transform:translateY(-3px)}.edch-who{display:flex;align-items:center;gap:.9rem;margin-bottom:1.6rem}.edch-photo{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--gris-700)}.edch-name{display:block;font-size:.95rem;font-weight:500;color:var(--blanc);letter-spacing:-.01em}.edch-role{display:block;font-size:.78rem;font-weight:300;color:var(--gris-400);line-height:1.5;margin-top:.15rem}.edch-card h3{font-size:1.15rem;font-weight:200;line-height:1.4;letter-spacing:-.01em;color:var(--blanc);margin:0 0 1.8rem;min-height:5.6em}.edch-card h3 .accent{color:var(--accent);font-weight:500}.edch-card h3 strong{color:var(--blanc);font-weight:500}.edch-more{display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:1.8rem;font-size:.85rem;font-weight:400;color:var(--accent);letter-spacing:.02em}.edch-card:hover .edch-more{gap:.8rem}.edch-more span{transition:gap .25s ease}.edch-stats{display:flex;flex-direction:column;gap:1.2rem}.edch-stat{border-left:2px solid var(--blanc);padding-left:1rem}.edch-stat-value{display:block;font-size:1.5rem;font-weight:200;color:var(--blanc);letter-spacing:-.02em;line-height:1.1}.edch-stat-label{display:block;font-size:.76rem;font-weight:300;color:var(--gris-400);line-height:1.5;margin-top:.35rem}@media (max-width:980px){.edch-list{grid-template-columns:1fr 1fr}}@media (max-width:760px){.edch-list{grid-template-columns:1fr;gap:1.6rem}.edch-card h3{min-height:0}.edch-card{padding:1.8rem}.edch-stat-value{font-size:1.4rem}}.edch-list-4{grid-template-columns:repeat(4,1fr);gap:1.4rem}.edch-list-4 .edch-card{padding:2rem 1.5rem}.edch-list-4 .edch-who{gap:.7rem;margin-bottom:1.4rem}.edch-list-4 .edch-photo{width:44px;height:44px}.edch-list-4 .edch-name{font-size:.88rem}.edch-list-4 .edch-role{font-size:.72rem;min-height:4.5em}.edch-list-4 .edch-card h3{font-size:1.02rem;margin-bottom:1.5rem;min-height:7em}.edch-list-4 .edch-stats{gap:1rem}.edch-list-4 .edch-stat{padding-left:.8rem}.edch-list-4 .edch-stat-value{font-size:1.3rem}.edch-list-4 .edch-stat-label{font-size:.72rem}.edch-list-4 .edch-more{padding-top:1.5rem}@media(max-width:1140px){.edch-list-4{grid-template-columns:1fr 1fr;gap:2rem}.edch-list-4 .edch-card{padding:2.4rem 2rem}.edch-list-4 .edch-card h3{min-height:5.6em}}@media(max-width:760px){.edch-list-4{grid-template-columns:1fr;gap:1.6rem}.edch-list-4 .edch-card h3{min-height:0}}