.video-effect{position:relative;overflow:hidden}.crt-effect{position:relative;background-size:cover;background-repeat:no-repeat;background-position:50%;filter:contrast(1.1) brightness(.9)}.crt-effect:before{content:"";display:block;right:0;bottom:0;background:linear-gradient(rgba(18,16,16,0) 50%,rgba(0,0,0,.1) 0);background-size:100% 4px;pointer-events:none;z-index:5}.crt-effect:before,.scanline{position:absolute;top:0;left:0}.scanline{width:100%;height:2px;background-color:rgba(0,255,255,.1);opacity:.6;z-index:10;box-shadow:0 0 8px rgba(0,255,255,.2);animation:scanline 4s linear infinite}.recording-indicator{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:#ff3333;margin-right:4px;animation:blink 1.5s ease-in-out infinite}@keyframes scanline{0%{top:-10%}to{top:110%}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}