.pill-nav-container{position:absolute;top:1em;z-index:99}@media (max-width:1439.98px){.pill-nav-container{width:100%;left:0}}.pill-nav{--nav-h:42px;--logo:36px;--pill-pad-x:18px;--pill-gap:3px;width:max-content;display:flex;align-items:center;box-sizing:border-box}@media (max-width:1439.98px){.pill-nav{width:100%;justify-content:space-between;padding:0 1rem;background:#0000}}@media (min-width:1440px) and (max-width:1599.98px){.pill-nav{--pill-pad-x:8px;--pill-gap:2px}.pill{font-size:14px;letter-spacing:.1px}}.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}.pill-logo img{width:100%;height:100%;object-fit:cover;display:block}.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-weight:600;font-size:16px;line-height:0;text-transform:uppercase;letter-spacing:.2px;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:12px;height:12px;background:var(--base,#000);border-radius:50px;z-index:4}.desktop-only{display:block}.mobile-only{display:none}@media (max-width:1439.98px){.desktop-only{display:none}.mobile-only{display:block}}.mobile-menu-button{width:var(--nav-h);height:var(--nav-h);border-radius:50%;background:#ffffff14;border:1px solid #ffffff2e;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:none;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:0;position:relative}@media (max-width:1439.98px){.mobile-menu-button{display:flex}}.hamburger-line{width:16px;height:2px;background:#fff;border-radius:1px;transition:all .01s ease;transform-origin:center}.mobile-menu-popover{position:fixed;top:4.75rem;left:1rem;right:1rem;background:#090b10eb;border:1px solid #ffffff1a;border-radius:22px;box-shadow:0 20px 60px #0009;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:998;opacity:0;transform-origin:top center;visibility:hidden;max-height:calc(100vh - 6rem);overflow-y:auto}.mobile-menu-list{list-style:none;margin:0;padding:8px;display:flex;flex-direction:column;gap:2px}.mobile-menu-extras{position:sticky;bottom:0;display:flex;flex-direction:column;gap:12px;padding:12px;margin-top:4px;background:#090b10fa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid #ffffff1a}.mobile-menu-popover .mobile-menu-link{display:block;padding:12px 16px;color:#eceee6d9;background-color:initial;text-decoration:none;font-size:15px;font-weight:500;border-radius:12px;transition:background-color .2s ease,color .2s ease}.mobile-menu-popover .mobile-menu-link.is-active,.mobile-menu-popover .mobile-menu-link:hover{cursor:pointer;background-color:#ffffff14;color:#fff}.mobile-menu-group{display:flex;flex-direction:column;gap:2px;margin-top:4px;padding-top:4px;border-top:1px solid #ffffff14}.mobile-menu-group-label{padding:8px 16px 4px;font-family:var(--hx-font-hud,monospace);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#fff6}.mobile-menu-popover .mobile-menu-sublink{padding-left:28px;font-size:14px;color:#eceee6b3}