body{background-color:#050505;color:#e0e0e0;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@keyframes glitch-anim{0%{clip-path:polygon(0 2%,100% 2%,100% 5%,0 5%)}20%{clip-path:polygon(0 15%,100% 15%,100% 15%,0 15%)}30%{clip-path:polygon(0 10%,100% 10%,100% 20%,0 20%)}40%{clip-path:polygon(0 1%,100% 1%,100% 2%,0 2%)}50%{clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}55%{clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}70%{clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}80%{clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}90%{clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}to{clip-path:polygon(0 2%,100% 2%,100% 5%,0 5%)}}.speaker-image-container{position:relative;overflow:hidden}.speaker-image-container:before,.speaker-image-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;background-image:var(--speaker-bg);background-size:cover;opacity:0;pointer-events:none}.group:hover .speaker-image-container:before{opacity:.5;background-color:#f003;z-index:1;animation:glitch-anim 2s infinite linear alternate-reverse;left:2px;filter:hue-rotate(90deg)}.group:hover .speaker-image-container:after{opacity:.5;background-color:#0ff3;z-index:2;animation:glitch-anim 3s infinite linear alternate;left:-2px;filter:hue-rotate(-90deg)}
