/* HubbleHut Central Authentication UI — homepage navigation style */
.hh-auth-mount{display:inline-flex;align-items:center;margin-left:20px;position:relative;z-index:50}
.hh-auth-menu{display:inline-flex;align-items:center;gap:10px}
.hh-auth-login,.hh-auth-account{display:inline-block;padding:0;border:0;background:transparent;color:#fff;font:600 15px/1.2 Inter,Arial,sans-serif;text-decoration:none;cursor:pointer;white-space:nowrap;transition:color .2s ease,transform .2s ease}
.hh-auth-login:hover,.hh-auth-account:hover{color:#55e6d6;transform:translateY(-1px)}
.hh-auth-logout{display:none}
.hh-auth-passport{display:inline-block;color:#fff;background:transparent;border:0}
.hh-auth-status{font-size:12px;color:#64748b}
.hh-auth-error{font-size:12px;color:#b91c1c}
@media(max-width:850px){.hh-auth-mount{margin-left:14px}}
@media(max-width:650px){
  .hh-auth-mount{margin-left:10px}
  .hh-auth-login,.hh-auth-account{font-size:15px}
}
/* AI/Career Lens headers */
.ai-header .hh-auth-mount{margin-left:auto}
.ai-header .hh-auth-login,.ai-header .hh-auth-account{background:transparent;color:#fff;border:0}
