.pill-nav-container{z-index:99;width:max-content;position:relative}@media (max-width:768px){.pill-nav-container{width:auto}}.pill-nav{--nav-h:44px;--logo:36px;--pill-pad-x:18px;--pill-gap:4px;box-sizing:border-box;align-items:center;gap:10px;width:max-content;display:flex}@media (max-width:768px){.pill-nav{background:0 0;justify-content:space-between;width:100%;padding:0}}.pill-nav-items{height:var(--nav-h);background:var(--base,#ffffff59);-webkit-backdrop-filter:blur(16px);border:1px solid #ffffff73;border-radius:9999px;align-items:center;padding:3px;display:flex;position:relative;box-shadow:0 8px 32px #1f268714,inset 0 0 0 1px #ffffff4d}.pill-logo{height:var(--nav-h);min-width:var(--nav-h);background:var(--base,#ffffff59);-webkit-backdrop-filter:blur(16px);cursor:pointer;border:1px solid #ffffff73;border-radius:9999px;justify-content:center;align-items:center;padding:0 14px;text-decoration:none;display:inline-flex;overflow:hidden;box-shadow:0 8px 32px #1f268714,inset 0 0 0 1px #ffffff4d}.pill-logo img{object-fit:cover;width:100%;height:100%;display:block}.pill-list{align-items:stretch;gap:var(--pill-gap);height:100%;margin:0;padding:0;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,#fff);color:var(--pill-text,var(--base,#0b1220));box-sizing:border-box;letter-spacing:.02em;white-space:nowrap;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:color .2s;display:inline-flex;position:relative;overflow:hidden}.pill .hover-circle{background:var(--hover-bg,#2563eb);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{background:var(--hover-bg,#2563eb);color:var(--hover-text,#fff)}.pill.is-active:after{content:"";z-index:4;background:#38bdf8;border-radius:50%;width:5px;height:5px;position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.pill-right-actions{align-items:center;gap:8px;display:flex}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}}.mobile-menu-button{width:var(--nav-h);height:var(--nav-h);background:var(--base,#0b1220);cursor:pointer;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;display:none;position:relative;box-shadow:0 8px 24px -8px #0b122066}@media (max-width:768px){.mobile-menu-button{display:flex}}.hamburger-line{background:var(--pill-bg,#fff);transform-origin:50%;border-radius:1px;width:16px;height:2px;transition:all 10ms}.mobile-menu-popover{top:calc(var(--nav-h) + 8px);background:var(--base,#0b1220);z-index:998;opacity:0;transform-origin:top;visibility:hidden;border-radius:20px;padding:8px;position:absolute;left:0;right:0;box-shadow:0 12px 40px #00000040}.mobile-menu-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.mobile-menu-popover .mobile-menu-link{color:var(--pill-text,#fff);background-color:#0000;border-radius:9999px;padding:12px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:block}.mobile-menu-popover .mobile-menu-link:hover,.mobile-menu-popover .mobile-menu-link.is-active{cursor:pointer;background-color:var(--hover-bg,#2563eb);color:var(--hover-text,#fff)}
