.tools-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}@media (min-width:640px){.tools-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.tools-grid{grid-template-columns:repeat(3,1fr)}}.tool-card{width:280px;height:180px;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;border:1px solid #ccc;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.1);background-color:white;cursor:pointer;transition:background-color .3s ease;overflow:hidden}.tool-card:hover{background-color:#f0fdf4}.tool-card h3,.tool-card p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}