body,html{max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1f2125}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.skeleton{background:linear-gradient(90deg,#1f2125 25%,#252931 50%,#1f2125 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulseRecord{0%{box-shadow:0 0 0 0 #fa3614}70%{box-shadow:0 0 0 15px rgba(255,0,0,0)}to{box-shadow:0 0 0 0 rgba(255,0,0,0)}}.dot{width:5px;height:5px;border-radius:50%;background-color:#f1f1f1;animation:dotFlashing 1.2s ease-in-out infinite both}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes dotFlashing{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}