.pill-nav-container{position:relative;z-index:99}.pill-nav{--nav-h:40px;--pill-pad-x:16px;--pill-gap:2px;width:max-content;box-sizing:border-box}.pill-nav,.pill-nav-items{display:flex;align-items:center}.pill-nav-items{position:relative;height:var(--nav-h);background:var(--base);border-radius:9999px;overflow:hidden}.pill-list{list-style:none;align-items:stretch;gap:var(--pill-gap);margin:0;padding:3px}.pill-list,.pill-list>li{display:flex;height:100%}.pill{display:inline-flex;align-items:center;justify-content:center;height:100%;padding:0 var(--pill-pad-x);background:transparent;color:var(--pill-text);text-decoration:none;border-radius:9999px;box-sizing:border-box;font-weight:500;font-size:13px;line-height:0;letter-spacing:.2px;white-space:nowrap;cursor:pointer;position:relative;overflow:hidden;border:none;font-family:inherit;transition:color .2s ease}.pill .hover-circle{position:absolute;left:50%;bottom:0;border-radius:50%;background:var(--pill-bg);z-index:1;display:block;pointer-events:none;will-change:transform}.pill .label-stack,.pill .pill-label{position:relative;display:inline-block;line-height:1;z-index:2}.pill .pill-label{will-change:transform}.pill .pill-label-hover{position:absolute;left:0;top:0;color:var(--hover-text);z-index:3;display:inline-block;will-change:transform,opacity}.pill.is-active{color:var(--hover-text)}.pill.is-active:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:10px;height:10px;background:var(--pill-bg);border-radius:50px;z-index:4}.pill-mobile-button{display:none;width:var(--nav-h);height:var(--nav-h);border-radius:50%;background:var(--base);border:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;padding:0}@media (max-width:1024px){.pill-nav-items{display:none}.pill-mobile-button{display:flex}}.pill-hamburger-line{width:16px;height:2px;background:var(--pill-text);border-radius:1px;transform-origin:center}.pill-mobile-menu{position:absolute;top:calc(var(--nav-h) + 8px);right:0;min-width:180px;background:var(--base);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.32);z-index:998;opacity:0;visibility:hidden}.pill-mobile-list{list-style:none;margin:0;padding:4px;display:flex;flex-direction:column;gap:3px}.pill-mobile-link{display:block;padding:10px 16px;color:var(--pill-text);background:transparent;text-decoration:none;font-size:14px;font-weight:500;border-radius:50px;border:none;cursor:pointer;font-family:inherit;width:100%;text-align:left;transition:background .2s ease,color .2s ease}.pill-mobile-link.is-active,.pill-mobile-link:hover{background:var(--pill-bg);color:var(--hover-text)}