.pill-nav-root{position:fixed;top:1em;left:50%;transform:translateX(-50%);z-index:1000;width:max-content}.pill-nav{display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;font-family:var(--font-mono)}.tm{display:none}.pill-logo{width:var(--nav-h);height:var(--nav-h);border-radius:50%;padding:7px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:var(--pill-bg,#f3f1ec);color:var(--pill-text,#000);flex:none}.pill-logo-mark{display:block}.pill-logo-mark,.pill-logo-mark svg{width:100%;height:100%}.pill-items{position:relative;display:flex;align-items:center;border-radius:999px;margin-left:8px;height:var(--nav-h);background:var(--base,#000)}.pill-list{list-style:none;align-items:stretch;margin:0;padding:3px;gap:var(--pill-gap)}.pill-li,.pill-list{display:flex;height:100%}.pill{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;height:100%;text-decoration:none;border-radius:9999px;box-sizing:border-box;font-family:var(--font-mono);font-weight:500;font-size:12px;line-height:0;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;cursor:pointer;background:var(--pill-bg,#fff);color:var(--pill-text,#000);padding-left:var(--pill-pad-x);padding-right:var(--pill-pad-x);isolation:isolate;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;clip-path:inset(0 round 9999px);-webkit-clip-path:inset(0 round 9999px);outline:none}.pill:focus-visible,.pill:hover{outline:none;box-shadow:inset 0 0 0 1px var(--base,#000)}.pill:after{content:none!important;display:none}.hover-circle{position:absolute;left:50%;bottom:0;border-radius:50%;z-index:1;display:block;pointer-events:none;background:var(--base,#000);will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.label-stack{position:relative;display:inline-block;line-height:1;z-index:2}.pill-label{position:relative;z-index:2;line-height:1;will-change:transform}.pill-label,.pill-label-hover{display:inline-block;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased}.pill-label-hover{position:absolute;left:0;top:0;z-index:3;color:var(--hover-text,#fff);will-change:transform,opacity}.pill.is-active{font-weight:600}.pill-burger{display:none;width:max(44px,var(--nav-h));height:max(44px,var(--nav-h));min-width:44px;min-height:44px;border-radius:999px;border:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:0;position:relative;background:var(--base,#000)}.hamburger-line{width:16px;height:2px;border-radius:999px;background:var(--pill-bg,#fff);transform-origin:center}.pill-mobile{display:none;position:absolute;top:3em;left:16px;right:16px;border-radius:27px;box-shadow:0 8px 32px rgba(0,0,0,.12);z-index:998;transform-origin:top center;background:var(--base,#000)}.pill-mobile-list{list-style:none;margin:0;padding:3px;display:flex;flex-direction:column;gap:3px}.pill-mobile-link{display:block;padding:12px 16px;font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border-radius:50px;background:var(--pill-bg,#fff);color:var(--pill-text,#000)}.pill-mobile-link:hover{background:var(--base,#000);color:var(--hover-text,#fff)}@media (max-width:767px){.pill-nav-root{top:1.15em;width:100%;left:0;transform:none;padding:0 16px;box-sizing:border-box}.pill-nav{width:100%;justify-content:space-between}.pill-logo{width:44px;height:44px}.pill-items{display:none}.pill-burger{display:flex}.pill-mobile{display:block;left:0;right:0;width:100%;max-width:100%;box-sizing:border-box}}@media (min-width:768px) and (max-width:1100px){.pill{font-size:12px;letter-spacing:.08em;padding-left:12px;padding-right:12px}}@media (prefers-reduced-motion:reduce){.pill:focus-visible,.pill:hover{background:var(--base,#000);color:var(--hover-text,#fff);box-shadow:none}.pill:focus-visible .pill-label,.pill:hover .pill-label{color:var(--hover-text,#fff)}.hover-circle{display:none}.pill-items,.pill-logo{transition:none}}