.fsd-twinkle-text{font-family:'Arial Black',sans-serif;font-weight:700;text-transform:uppercase;color:#fff;text-shadow:0 0 10px #fff,0 0 20px #ff00de,0 0 30px #ff00de;animation:twinkle 1.5s infinite alternate;padding:10px;background:linear-gradient(45deg,#ff0000,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,#ff0000);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:twinkle 1.5s infinite alternate,rainbow 8s ease infinite}.fsd-frame-top,.fsd-frame-bottom{position:fixed;left:0;right:0;height:40px;background-color:rgba(0,0,0,.8);z-index:9999;display:flex;justify-content:center;align-items:center}.fsd-frame-top{top:0}.fsd-frame-bottom{bottom:0}.fsd-frame-left,.fsd-frame-right{position:fixed;top:40px;bottom:40px;width:40px;background-color:rgba(0,0,0,.8);z-index:9998;writing-mode:vertical-rl;display:flex;justify-content:center;align-items:center}.fsd-frame-left{left:0}.fsd-frame-right{right:0}@keyframes twinkle{0%,19%,21%,23%,25%,54%,56%,100%{text-shadow:0 0 10px #fff,0 0 20px #ff00de,0 0 30px #ff00de}20%,24%,55%{text-shadow:none}}@keyframes rainbow{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}