.pill-nav-container{z-index:50;justify-content:center;width:100%;display:flex;position:relative}.pill-nav{--nav-h:46px;--pill-pad-x:18px;--pill-gap:4px;box-sizing:border-box;align-items:center;max-width:100%;display:flex}.pill-nav-items{height:var(--nav-h);background:var(--base,#0b0715);border:1px solid var(--nav-border,#ffffff26);box-shadow:var(--nav-shadow,0 8px 32px 0 #0000005e);-webkit-backdrop-filter:blur(12px);border-radius:9999px;align-items:center;display:flex;position:relative}.pill-logo{width:var(--nav-h);height:var(--nav-h);background:var(--base,#0b0715);border:1px solid var(--nav-border,#ffffff26);box-shadow:var(--nav-shadow,0 4px 20px #0000004d);border-radius:50%;justify-content:center;align-items:center;margin-right:8px;padding:6px;transition:transform .2s;display:inline-flex;overflow:hidden}.pill-logo:hover{transform:scale(1.05)}.pill-logo img{object-fit:contain;width:100%;height:100%;display:block}.pill-list{align-items:stretch;gap:var(--pill-gap);height:100%;margin:0;padding:3px;list-style:none;display:flex}.pill-list>li{height:100%;display:flex}.pill{height:100%;padding:0 var(--pill-pad-x);background:var(--pill-bg,#ffffff0f);color:var(--pill-text,#fff);box-sizing:border-box;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;font-size:13px;font-weight:600;line-height:1;text-decoration:none;transition:border-color .2s;display:inline-flex;position:relative;overflow:hidden}.pill.is-active{background:#8b5cf633;border-color:#a855f780}.pill .hover-circle{background:var(--hover-circle,#7c3aed);z-index:1;pointer-events:none;will-change:transform;border-radius:50%;display:block;position:absolute;bottom:0;left:50%}.pill .label-stack{z-index:2;line-height:1;display:inline-block;position:relative}.pill .pill-label{z-index:2;will-change:transform;line-height:1;display:inline-block;position:relative}.pill .pill-label-hover{color:var(--hover-text,#fff);z-index:3;will-change:transform, opacity;display:inline-block;position:absolute;top:0;left:0}.pill.is-active:after{content:"";z-index:4;background:#c084fc;border-radius:2px;width:14px;height:2px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.desktop-only{display:block}.mobile-only{display:none!important}@media (max-width:1024px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.pill-nav-container{width:100%;max-width:32rem;margin:0 auto}.pill-nav{background:var(--base,#0b0715);border:1px solid var(--nav-border,#ffffff26);width:100%;height:52px;box-shadow:var(--nav-shadow,0 8px 32px 0 #0000005e);-webkit-backdrop-filter:blur(16px);border-radius:9999px;justify-content:space-between;align-items:center;padding:0 8px 0 12px;display:flex}.pill-logo{width:36px;height:36px;box-shadow:none;background:0 0;border:none;margin-right:0;padding:0}.mobile-menu-button{background:var(--pill-bg,#ffffff14);border:1px solid var(--nav-border,#ffffff26);cursor:pointer;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4.5px;width:36px;height:36px;padding:0;transition:background .2s,border-color .2s;display:flex}.mobile-menu-button:hover{background:#8b5cf633;border-color:#a855f780}.hamburger-line{background:var(--pill-text,#fff);transform-origin:50%;border-radius:1px;width:16px;height:2px;transition:all .2s}.mobile-menu-popover{background:var(--popover-bg,#0b0715f5);border:1px solid var(--nav-border,#ffffff2e);-webkit-backdrop-filter:blur(24px);z-index:998;border-radius:20px;width:100%;max-height:calc(100vh - 84px);padding:8px;position:absolute;top:60px;left:0;right:0;overflow-y:auto;box-shadow:0 20px 48px #0000008c}.mobile-menu-list{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.mobile-menu-popover .mobile-menu-link{color:var(--pill-text,#fff);background-color:var(--popover-link-bg,#ffffff0a);text-transform:uppercase;letter-spacing:.5px;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;padding:11px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.mobile-menu-popover .mobile-menu-link:hover,.mobile-menu-popover .mobile-menu-link.is-active{color:#fff;background:#8b5cf633;border-color:#a855f780}}
