.pill-nav-container{position:fixed;top:1em;left:1em;right:1em;z-index:99;width:calc(100% - 2em)}@media (max-width:768px){.pill-nav-container{width:100%;left:0;right:0}}.pill-nav{--nav-h:60px;--logo:80px;--pill-pad-x:18px;--pill-gap:3px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:1rem;box-sizing:border-box}@media (max-width:768px){.pill-nav{width:100%;justify-content:space-between;padding:0 1rem;background:transparent}}.pill-nav-items{position:relative;display:flex;height:var(--nav-h);border-radius:9999px;margin-left:auto}.pill-logo,.pill-nav-items{align-items:center;background:var(--base,#000)}.pill-logo{width:var(--logo);height:var(--logo);border-radius:50%;padding:8px;display:inline-flex;justify-content:center;overflow:hidden}.dmk-text{display:flex;align-items:center;margin-left:1rem}.dmk-text-content{color:#59256a;font-size:1.25rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;text-shadow:0 2px 4px rgba(0,0,0,.1)}.platform-text{display:flex;align-items:center;margin-left:.5rem}.platform-text-content{background:#6b7280;color:#fff;padding:.4rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}@media (max-width:768px){.dmk-text,.platform-text{display:none}}.pill-logo img{width:100%;height:100%;object-fit:cover;display:block}.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:16px;line-height:0;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;cursor:pointer;position:relative;overflow:hidden}.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;opacity:0;transform:translateY(20px)}.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}.mobile-only{display:block}}.mobile-menu-button{width:var(--logo);height:var(--logo);border-radius:50%;background:var(--base,#000);border:none;display:none;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:0;position:relative}@media (max-width:768px){.mobile-menu-button{display:flex}}.hamburger-line{width:16px;height:2px;background:var(--pill-bg,#fff);border-radius:1px;transition:all .01s ease;transform-origin:center}.mobile-menu-popover{position:absolute;top:5em;left:1rem;right:1rem;background:var(--base,#f0f0f0);border-radius:27px;box-shadow:0 8px 32px rgba(0,0,0,.12);z-index:998;opacity:0;transform-origin:top center;visibility:hidden}.mobile-menu-list{list-style:none;margin:0;padding:3px;display:flex;flex-direction:column;gap:3px}.mobile-menu-popover .mobile-menu-link{display:block;padding:12px 16px;color:var(--pill-text,#fff);background-color:var(--pill-bg,#fff);text-decoration:none;font-size:16px;font-weight:500;border-radius:50px;transition:all .2s ease}.mobile-menu-popover .mobile-menu-link:hover{cursor:pointer;background-color:var(--base);color:var(--hover-text,#fff)}.galaxy-container{width:100%;height:100%;position:relative}