.tech-hover{position:relative;transition:transform 0.45s cubic-bezier(0.4,0.0,0.2,1),box-shadow 0.45s cubic-bezier(0.4,0.0,0.2,1);will-change:transform}.tech-hover:hover{transform:scale(1.05);box-shadow:0 18px 42px rgba(0,0,0,0.16)}.tech-hover::after{content:"";position:absolute;left:0;bottom:-18px;width:36px;height:2px;background-color:#1E1F22;opacity:0;transform:translateY(6px);transition:opacity 0.35s ease,transform 0.35s ease}.tech-hover:hover::after{opacity:1;transform:translateY(0)}@media (max-width:768px){.tech-hover:hover{transform:scale(1.02);box-shadow:0 10px 22px rgba(0,0,0,0.12)}}.reveal-text{max-height:3.2em;overflow:hidden;transition:max-height 0.2s linear}