#projects h3{color:var(--text-secondary-color)!important}.project-card{background:var(--paper-color);border:1px solid var(--border-color);border-radius:12px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}.project-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,8%),0 14px 32px rgba(0,0,0,5%)}.project-link{display:block;height:100%;color:var(--primary-color)!important;text-decoration:none!important}.project-image{height:220px;display:flex;justify-content:center;align-items:center;overflow:hidden}.project-image img{width:auto;height:auto;max-width:100%;max-height:180px;min-width:100px;min-height:100px;object-fit:contain}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:1rem 1.2rem 1.2rem;text-align:center}.project-title{margin-top:.2rem;font-weight:700;font-size:1.2rem;line-height:1.35;color:var(--text-color)!important}.project-card:hover .project-title{color:var(--primary-color)!important}