.pill-nav-items{--nav-h:40px;--pill-pad-x:18px;--pill-gap:2px;height:var(--nav-h);align-items:center;display:flex;position:relative}.pill-list{align-items:stretch;gap:var(--pill-gap);height:100%;margin:0;padding:0;list-style:none;display:flex}.pill-list>li{height:100%;display:flex}.pill{height:100%;padding:0 var(--pill-pad-x);color:var(--muted-foreground,#9ca3af);box-sizing:border-box;white-space:nowrap;cursor:pointer;background:0 0;border-radius:9999px;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;line-height:0;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.pill .hover-circle{z-index:1;pointer-events:none;will-change:transform;background:linear-gradient(135deg,#8b5cf6,#38bdf8);border-radius:50%;display:block;position:absolute;bottom:0;left:50%}.pill .label-stack{z-index:2;line-height:1;display:inline-block;position:relative}.pill .pill-label{z-index:2;will-change:transform;line-height:1;display:inline-block;position:relative}.pill .pill-label-hover{color:#fff;z-index:3;will-change:transform, opacity;display:inline-block;position:absolute;top:0;left:0}.pill.is-active:after{content:"";z-index:4;background:#fff;border-radius:50px;width:4px;height:4px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}
