.pill-nav{width:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;background:transparent;z-index:1000}.pill-nav-items{position:relative;display:flex;align-items:center;height:42px}.pill-logo{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--base, #fff);overflow:hidden;text-decoration:none;cursor:pointer;flex-shrink:0}.pill-logo img{width:100%;height:100%;object-fit:cover;display:block}.pill-list{list-style:none;display:flex;align-items:stretch;gap:8px;margin:0;padding:4px;height:100%;background:var(--base, #fff);border-radius:9999px}.pill{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;height:100%;border-radius:9999px;background:var(--pill-bg, #120F17);color:var(--pill-text, #fff);text-decoration:none;font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.2px;overflow:hidden;cursor:pointer;white-space:nowrap;border:none}.pill.is-active:before{content:"";position:absolute;inset:0;border-radius:9999px;background:var(--base, #fff);opacity:.18;pointer-events:none}.hover-circle{position:absolute;left:50%;background:var(--base, #fff);border-radius:50%;pointer-events:none;z-index:0}.pill-label-wrap{position:relative;display:inline-block;overflow:hidden;line-height:1;z-index:1}.pill-label,.pill-label-hover{display:block;will-change:transform,opacity}.pill-label-hover{position:absolute;left:0;top:0;color:var(--hover-text, #120F17)}.mobile-menu-button,.pill-mobile-menu{display:none}
