html,body{overflow-x:hidden}.pill-nav-container{z-index:1000;box-sizing:border-box;width:100%;max-width:100vw;padding:0 1rem;position:fixed;top:1em;left:0;right:0}@media (max-width:768px){.pill-nav-container{top:max(1rem,env(safe-area-inset-top));padding:0 max(1rem,env(safe-area-inset-left))0 max(1rem,env(safe-area-inset-right));box-sizing:border-box;justify-content:center;width:100%;display:flex;left:0;transform:none}}.pill-nav{--nav-h:42px;--logo:36px;--pill-pad-x:18px;--pill-gap:3px;box-sizing:border-box;align-items:center;width:100%;display:flex}@media (max-width:768px){.pill-nav{box-sizing:border-box;background:0 0;justify-content:space-between;gap:.75rem;width:100%;max-width:calc(100vw - 2rem);padding:0}}.pill-nav-items{height:var(--nav-h);background:var(--base,#000);border-radius:9999px;align-items:center;display:flex;position:relative}.pill-nav .desktop-only.ml-3{margin-left:12px}.pill-logo{width:var(--nav-h);height:var(--nav-h);background:var(--base,#000);border-radius:50%;justify-content:center;align-items:center;padding:8px;display:inline-flex;overflow:hidden}.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: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,#fff);color:var(--pill-text,var(--base,#000));box-sizing:border-box;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;font-size:16px;font-weight:600;line-height:0;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.pill .hover-circle{background:var(--base,#000);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:"";background:var(--base,#000);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);background:var(--base,#000);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;z-index:1003;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;transition:all .2s;display:none;position:relative}@media (max-width:768px){.mobile-menu-button{min-width:44px;min-height:44px;display:flex}.mobile-menu-button:active{transform:scale(.95)}.mobile-menu-open .mobile-menu-button{top:max(1rem,env(safe-area-inset-top));right:max(1rem,env(safe-area-inset-right));z-index:1004;position:fixed}}.hamburger-line{background:var(--pill-bg,#fff);transform-origin:50%;border-radius:1px;width:16px;height:2px;transition:all 10ms}.mobile-menu-popover{background:var(--base,#f0f0f0);width:100vw;height:100vh;box-shadow:none;z-index:1002;opacity:0;transform-origin:50%;visibility:hidden;box-sizing:border-box;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:max(1rem,env(safe-area-inset-top))max(1rem,env(safe-area-inset-right))max(1rem,env(safe-area-inset-bottom))max(1rem,env(safe-area-inset-left));border:none;border-radius:0;position:fixed;top:0;bottom:0;left:0;right:0}.mobile-menu-list{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;margin:0;padding-top:160px;padding-bottom:60px;list-style:none;display:flex}.mobile-menu-list>li{justify-content:center;width:100%;max-width:320px;display:flex}.mobile-menu-header{top:max(2rem,env(safe-area-inset-top));z-index:1003;flex-direction:column;align-items:center;gap:12px;width:calc(100vw - 120px);max-width:280px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.mobile-menu-logo{background:var(--base,#000);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding:8px;display:flex;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.mobile-menu-title{color:var(--pill-text,#fff);text-align:center;letter-spacing:.5px;margin:0;font-size:24px;font-weight:700}.touch-manipulation{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.active\:scale-98:active{transform:scale(.98)}.mobile-menu-backdrop{z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.4);position:fixed;top:0;bottom:0;left:0;right:0}.mobile-menu-popover .mobile-menu-link{color:var(--pill-text,#fff);background-color:var(--pill-bg,#fff);touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-sizing:border-box;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;justify-content:center;align-items:center;width:100%;max-width:320px;min-height:56px;padding:20px 24px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.mobile-menu-popover .mobile-menu-link:hover,.mobile-menu-popover .mobile-menu-link:active{cursor:pointer;background-color:var(--base);color:var(--hover-text,#fff);transform:scale(.98)}
