@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.letter-section{scroll-margin-top:100px}.speaker-card:hover{transform:translateY(-2px);transition:all .2s ease-in-out}.alphabet-nav a.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;transform:scale(1.1)}.search-highlight{background:linear-gradient(120deg,#fef08a 0%,#fbbf24 100%);padding:2px 4px;border-radius:4px;font-weight:600}.list-view .speaker-card{display:flex;flex-direction:row;max-width:none}.list-view .speaker-card .aspect-w-3{flex-shrink:0;width:200px;height:120px}.list-view .speaker-card img{height:120px}.list-view .letter-section .grid{display:block}.list-view .speaker-card{margin-bottom:1rem}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}