html:not([data-authed=true]) li[data-nav-label=account],html:not([data-authed=true]) li[data-nav-label=studio],html[data-authed=true] li[data-nav-label=home],html[data-authed=true] li[data-nav-label=our\ method],html[data-authed=true] li[data-nav-label=concepts]{display:none}html[data-authed=true] li[data-nav-label=account]{order:-3}html[data-authed=true] li[data-nav-label=studio]{order:-2}html[data-authed=true] li[data-nav-label=progressions]{order:-1}.navLink{border-radius:var(--radius);padding:.375rem .75rem;transition:all .2s;overflow:hidden}.navLink:after{content:"";background-color:var(--brand-primary);border-radius:1px;width:50%;height:2px;transition:transform .25s;position:absolute;bottom:2px;left:25%;transform:scaleX(0)}.navLink:hover{background-color:#d27b340f}.navLink:hover:after{transform:scaleX(1)}.navLink.active{color:var(--foreground)}.navLink.active:after{transform:scaleX(1)}