.pill-nav-container{top:calc(1em + env(safe-area-inset-top,0px));z-index:99;justify-content:center;width:100%;display:flex;position:fixed;left:0}@media (max-width:768px){.pill-nav-container{display:none}}.pill-nav{--nav-h:42px;--logo:36px;--pill-pad-x:18px;--pill-gap:3px;box-sizing:border-box;background:var(--base,#000);border-radius:9999px;align-items:center;width:max-content;padding:4px;display:flex;box-shadow:0 10px 30px -10px #00000080,inset 0 1px #ffffff0d}@media (max-width:768px){.pill-nav{justify-content:space-between;width:90%;max-width:400px;padding:.5rem 1rem}}.pill-nav-items{height:var(--nav-h);background:var(--base,#000);border-radius:9999px;align-items:center;display:flex;position:relative}.pill-logo{height:var(--nav-h);color:var(--pill-text,#fff);letter-spacing:-.05em;background:0 0;border-radius:50px;justify-content:center;align-items:center;padding:0 16px;font-family:Syne,sans-serif;font-size:1.4rem;font-weight:800;text-decoration:none;display:inline-flex;overflow:hidden}.pill-logo img{object-fit:contain;width:100%;height:100%;display:block}.logo-underscore{color:#fd0;transform-origin:bottom;transition:transform .3s cubic-bezier(.34,1.56,.64,1),text-shadow .25s;display:inline-block}.pill-logo:hover .logo-underscore{text-shadow:0 0 10px #ffdd00a6;transform:scale(1.6)translateY(-1px)}.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);color:var(--pill-text,var(--base,#fff));box-sizing:border-box;letter-spacing:.2px;white-space:nowrap;cursor:pointer;background:0 0;border-radius:9999px;justify-content:center;align-items:center;font-size:14px;font-weight:500;line-height:0;text-decoration:none;transition:background .3s;display:inline-flex;position:relative;overflow:hidden}.pill .hover-circle{background:var(--pill-bg,#cf0);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,#050505);z-index:3;will-change:transform, opacity;font-weight:600;display:inline-block;position:absolute;top:0;left:0}.pill.is-active:after{content:"";background:var(--pill-bg,#cf0);z-index:4;border-radius:50px;width:12px;height:12px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.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);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;display:none;position:relative}@media (max-width:768px){.mobile-menu-button{display:flex}}.hamburger-line{background:var(--pill-text,#fff);transform-origin:50%;border-radius:1px;width:16px;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s}.mobile-menu-popover{background:var(--base,#0a0a0a);z-index:1000;opacity:0;transform-origin:top;visibility:hidden;border:1px solid #ffffff1a;border-radius:20px;padding:1rem;position:absolute;top:4em;left:1rem;right:1rem;box-shadow:0 10px 40px #000c,inset 0 1px #ffffff0d}.mobile-menu-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.mobile-menu-popover .mobile-menu-link{border-radius:12px;font-size:16px;font-weight:500;transition:all .2s;color:#fff!important;background-color:#ffffff0d!important;padding:12px 16px!important;text-decoration:none!important;display:block!important}.mobile-menu-popover .mobile-menu-link:hover{cursor:pointer;color:var(--pill-bg,#cf0);background-color:#ffffff0d}
