.animated-tabs-container{position:relative;width:100%;border-bottom:1px solid hsl(var(--border))}.animated-tabs{display:flex;justify-content:space-around;align-items:center}.animated-tab-item{display:flex;align-items:center;justify-content:center;padding:12px 16px;background-color:transparent;border:none;cursor:pointer;color:hsl(var(--muted-foreground));transition:color .3s ease;flex-grow:1}.animated-tab-item[data-size=compact]{padding:8px 16px}.animated-tab-item.is-active,.animated-tab-item:hover{color:hsl(var(--foreground))}.animated-tabs-indicator{position:absolute;bottom:-1px;height:2px;background-color:hsl(var(--foreground));left:var(--indicator-left,0);width:var(--indicator-width,0);transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1)}