/* 登录用户模块折叠补丁：不修改 front-login.js */
.luo-user-pill.luo-user-pill-folded{
  right:24px!important;
  bottom:24px!important;
  z-index:10002!important;
  display:block!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}

body.luo-has-music-float .luo-user-pill.luo-user-pill-folded{
  bottom:82px!important;
}

.luo-user-pill-folded .luo-user-toggle{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-width:auto!important;
  padding:11px 15px!important;
  border-radius:999px!important;
  border:1px solid rgba(102,204,255,.35)!important;
  color:#24506b!important;
  background:rgba(255,255,255,.86)!important;
  box-shadow:0 14px 42px rgba(39,100,150,.18)!important;
  backdrop-filter:blur(16px)!important;
  font-weight:800!important;
  cursor:pointer!important;
}

.luo-user-pill-folded .luo-user-toggle em{
  font-style:normal;
  font-size:12px;
  opacity:.72;
}

.luo-user-pill-folded.open .luo-user-toggle em{
  transform:rotate(180deg);
}

.luo-user-menu{
  position:absolute;
  right:0;
  bottom:calc(100% + 10px);
  min-width:150px;
  padding:10px;
  border-radius:18px;
  border:1px solid rgba(102,204,255,.25);
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 46px rgba(39,100,150,.18);
  backdrop-filter:blur(18px);
}

.luo-user-menu[hidden]{
  display:none!important;
}

.luo-user-meta{
  padding:7px 8px 10px;
  color:#6b7f93;
  font-size:12px;
  line-height:1.5;
}

.luo-user-meta strong{
  display:block;
  color:#24506b;
  font-size:14px;
}

.luo-user-menu #luoLogoutBtn.luo-user-logout-folded{
  width:100%!important;
  display:block!important;
  padding:10px 14px!important;
  border:0!important;
  border-radius:999px!important;
  color:white!important;
  background:#66ccff!important;
  font-weight:800!important;
  cursor:pointer!important;
}

@media(max-width:640px){
  .luo-user-pill.luo-user-pill-folded{
    right:14px!important;
    bottom:14px!important;
  }

  body.luo-has-music-float .luo-user-pill.luo-user-pill-folded{
    bottom:72px!important;
  }
}
