.pill-nav-container{position:static;width:100%;z-index:99}@media (max-width:768px){.pill-nav-container{width:100%;left:0}}.pill-nav{--nav-h:42px;--logo:36px;--pill-pad-x:18px;--pill-gap:3px;width:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:.35rem .75rem;border-radius:9999px;background:rgba(15,23,42,.9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(148,163,184,.45)}@media (max-width:768px){.pill-nav{--nav-h:40px;--logo:28px;width:100%;justify-content:space-between;padding:.5rem .75rem;background:rgba(15,23,42,.95);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}}.pill-nav-items{position:relative;display:flex;height:var(--nav-h);border-radius:9999px}.pill-logo,.pill-nav-items{align-items:center;background:transparent}.pill-logo{display:inline-flex;gap:.5rem;padding:0;border-radius:0;width:auto;height:auto}.pill-logo img{height:var(--logo);width:auto;-o-object-fit:contain;object-fit:contain;display:block}@media (max-width:768px){.pill-logo img{height:32px}}.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}@media (max-width:1024px){.pill{font-size:14px;padding:0 14px}}.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:768px){.desktop-only{display:none}.mobile-only{display:block}}.mobile-menu-button{width:var(--nav-h);height:var(--nav-h);min-width:44px;min-height:44px;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;touch-action:manipulation}@media (max-width:768px){.mobile-menu-button{display:flex}}.hamburger-line{width:16px;height:2px;background:var(--pill-bg,#fff);border-radius:1px;transition:all .01s ease;transform-origin:center}.mobile-menu-popover{position:absolute;top:calc(100% + .5rem);left:.5rem;right:.5rem;background:var(--base,#f0f0f0);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.2);z-index:998;opacity:0;transform-origin:top center;visibility:hidden;max-width:400px;margin:0 auto}@media (max-width:768px){.mobile-menu-popover{left:.75rem;right:.75rem}}.mobile-menu-list{list-style:none;margin:0;padding:4px;display:flex;flex-direction:column;gap:4px}.mobile-menu-popover .mobile-menu-link{display:block;padding:14px 18px;min-height:44px;color:var(--pill-text,#fff);background-color:var(--pill-bg,#fff);text-decoration:none;font-size:15px;font-weight:500;border-radius:50px;transition:all .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mobile-menu-popover .mobile-menu-link:active,.mobile-menu-popover .mobile-menu-link:hover{cursor:pointer;background-color:var(--base);color:var(--hover-text,#fff)}