.tabs{background:hsl(var(--background));border-radius:0;border-bottom:0;position:relative;font-weight:700;color:hsl(var(--muted-foreground))}.tabs-active{font-weight:700;color:hsl(var(--foreground))}.tabs-active:after{content:"";width:100%;height:2px;position:absolute;bottom:-1px;left:0;background:hsl(var(--secondary-foreground))}.pulsing-dot{position:absolute;width:14px;height:14px}.pulsing-dot-wrapper:before{content:"";position:relative;display:block;width:250%;height:250%;box-sizing:border-box;margin-left:-75%;margin-top:-75%;border-radius:45px;background-color:#e11d48;animation:pulse 1.25s cubic-bezier(.215,.61,.355,1) infinite}.pulsing-dot-wrapper:after{content:"";position:absolute;left:0;top:0;display:block;width:100%;height:100%;background-color:#e11d48;border-radius:50px;animation:circle 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite}.pulsing-dot-yellow .pulsing-dot:after,.pulsing-dot-yellow .pulsing-dot:before{background-color:#fd0}@keyframes pulse{0%{transform:scale(.33)}80%,to{opacity:0}}@keyframes circle{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}