.pill-nav-container{position:relative;z-index:1}.pill-nav-container--centered{position:relative}.pill-nav--no-logo{width:max-content;justify-content:center}@media (max-width:768px){.pill-nav--no-logo{width:auto;justify-content:flex-end}.pill-nav,.pill-nav-container,.pill-nav-container--centered{width:auto}.pill-nav{justify-content:flex-end}}@media (min-width:769px){.pill-nav-container--centered{width:100%;display:flex;justify-content:center}}.pill-nav{--nav-h:42px;--logo:36px;--pill-pad-x:16px;--pill-gap:3px;width:max-content;display:flex;align-items:center;gap:.5rem;box-sizing:border-box}.pill-nav-items{position:relative;display:flex;border-radius:9999px}.pill-logo,.pill-nav-items{align-items:center;height:var(--nav-h);background:var(--base,#000)}.pill-logo{width:var(--nav-h);border-radius:50%;padding:8px;display:inline-flex;justify-content:center;overflow:hidden;flex-shrink:0;text-decoration:none}.pill-logo img{width:100%;height:100%;object-fit:contain;display:block;border-radius:50%}.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:var(--pill-bg,#fff);color:var(--pill-text,var(--base,#000));text-decoration:none;border-radius:9999px;box-sizing:border-box;font-family:var(--font-body,system-ui,sans-serif);font-weight:600;font-size:.8125rem;line-height:0;letter-spacing:.02em;white-space:nowrap;cursor:pointer;position:relative;overflow:hidden}.pill .hover-circle{position:absolute;left:50%;bottom:0;border-radius:50%;background:var(--base,#000);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,#fff);z-index:3;display:inline-block;will-change:transform,opacity}.pill.is-active:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:8px;height:8px;background:var(--base,#000);border-radius:50px;z-index:4}.desktop-only{display:block}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none}.mobile-only{display:block}}.mobile-menu-button{width:var(--nav-h);height:var(--nav-h);border-radius:50%;background:var(--base,#000);border:none;display:none;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:0;position:relative;flex-shrink:0}@media (max-width:768px){.mobile-menu-button{display:flex}}.hamburger-line{width:16px;height:2px;background:var(--pill-text,#14121a);border-radius:1px;transform-origin:center}.mobile-menu-popover{position:absolute;top:calc(var(--nav-h) + .75rem);left:0;right:0;background:var(--base,#f0f0f0);border-radius:1.25rem;box-shadow:0 8px 32px oklch(0 0 0/.35);z-index:var(--z-overlay,300);opacity:0;transform-origin:top center;visibility:hidden;max-height:min(70dvh,28rem);overflow-y:auto;overscroll-behavior:contain}@media (max-width:768px){.mobile-menu-popover{position:fixed;top:calc(var(--header-bar-height, 4.25rem) + .75rem);left:auto;right:max(var(--space-gutter),env(safe-area-inset-right,0px));width:min(18rem,calc(100vw - var(--space-gutter) * 2));transform-origin:top right}}.mobile-menu-list{list-style:none;margin:0;padding:3px;display:flex;flex-direction:column;gap:3px}.mobile-menu-popover .mobile-menu-link{display:block;padding:.875rem 1rem;min-height:2.75rem;color:var(--pill-text,#fff);background-color:var(--pill-bg,#fff);text-decoration:none;font-family:var(--font-body,system-ui,sans-serif);font-size:.9375rem;font-weight:600;border-radius:50px}.mobile-menu-popover .mobile-menu-link:hover{background-color:var(--base);color:var(--hover-text,#fff)}@media (prefers-reduced-motion:reduce){.pill .hover-circle,.pill .pill-label,.pill .pill-label-hover{will-change:auto}}