.pill-nav-container{position:fixed;top:.75rem;left:50%;transform:translateX(-50%);z-index:99;width:85%;max-width:72rem}@media (max-width:1024px){.pill-nav-container{width:92%}}@media (max-width:768px){.pill-nav-container{width:calc(100% - 1.5rem);top:.5rem;left:.75rem;right:.75rem;transform:none}}@media (max-width:480px){.pill-nav-container{width:calc(100% - 1rem);left:.5rem;right:.5rem}}.pill-nav{--nav-h:42px;--logo:36px;--pill-pad-x:18px;--pill-gap:3px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:.5rem 1rem;border-radius:9999px;background:var(--pill-nav-bg);border:1px solid var(--pill-nav-border);backdrop-filter:blur(12px)}.theme-light .pill-nav{--pill-nav-bg:hsla(0,0%,100%,.85);--pill-nav-border:#e4e4e7}.theme-dark .pill-nav{--pill-nav-bg:rgba(24,24,27,.85);--pill-nav-border:#27272a}@media (max-width:768px){.pill-nav{--nav-h:38px;width:100%;padding:.4rem .6rem}}@media (max-width:480px){.pill-nav{--nav-h:36px;padding:.35rem .5rem}}.pill-nav-items{position:relative;height:var(--nav-h);border-radius:9999px}.pill-nav-items,.pill-nav-right{display:inline-flex;align-items:center}.pill-nav-right{margin-left:.75rem;flex-shrink:0}@media (max-width:768px){.pill-nav-right{margin-left:.5rem}}.pill-nav-center{flex-direction:row;flex-wrap:nowrap}.pill-brand,.pill-nav-center{display:flex;align-items:center;gap:.5rem}.pill-brand{text-decoration:none;transition:opacity .2s ease}@media (max-width:480px){.pill-brand{gap:.35rem}}.pill-brand:hover{opacity:.8}.pill-logo{width:2.25rem;height:2.25rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}@media (max-width:768px){.pill-logo{width:2rem;height:2rem}}@media (max-width:480px){.pill-logo{width:1.75rem;height:1.75rem}}.pill-logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.pill-brand-name{font-size:1.125rem;font-weight:700;color:var(--text);white-space:nowrap}@media (max-width:768px){.pill-brand-name{font-size:1rem}}@media (max-width:480px){.pill-brand-name{font-size:.875rem}}.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:12px;line-height:0;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;cursor:pointer;position:relative;overflow:hidden}@media (min-width:640px){.pill{font-size:13px;--pill-pad-x:16px}}@media (min-width:1024px){.pill{font-size:14px;--pill-pad-x:18px}}.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!important}.mobile-only{display:block}}.mobile-menu-button{width:var(--nav-h);height:var(--nav-h);border-radius:50%;background:var(--pill-nav-bg);border:1px solid var(--pill-nav-border);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:14px;height:2px;background:var(--text);border-radius:1px;transition:all .2s ease;transform-origin:center}@media (max-width:480px){.hamburger-line{width:12px}}.mobile-menu-popover{position:absolute;top:3.5em;left:0;right:0;background:var(--pill-nav-bg);border:1px solid var(--pill-nav-border);border-radius:20px;backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(0,0,0,.12);z-index:998;opacity:0;transform-origin:top center;visibility:hidden}.theme-light .mobile-menu-popover{background:hsla(0,0%,100%,.95);border-color:#e4e4e7}.theme-dark .mobile-menu-popover{background:rgba(24,24,27,.95);border-color:#27272a}.mobile-menu-list{list-style:none;margin:0;padding:6px;display:flex;flex-direction:column;gap:4px}.mobile-menu-popover .mobile-menu-link{display:block;padding:14px 18px;color:var(--text);text-decoration:none;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;border-radius:14px;transition:all .2s ease}.theme-light .mobile-menu-popover .mobile-menu-link{background-color:#f4f4f5}.theme-dark .mobile-menu-popover .mobile-menu-link{background-color:#27272a}.mobile-menu-popover .mobile-menu-link:active,.mobile-menu-popover .mobile-menu-link:hover{cursor:pointer;opacity:.8}.mobile-menu-extras{padding:8px 12px 12px;display:flex;justify-content:center}.theme-light .pill-nav-items{--base:#18181b;--pill-bg:#f4f4f5;--hover-text:#fff;--pill-text:#18181b;background:#f4f4f5}.theme-dark .pill-nav-items{--base:#fff;--pill-bg:#27272a;--hover-text:#18181b;--pill-text:#fff;background:#27272a}