/* Vyral V7.0.3 — desktop/profile/auth/account directory polish */
.v7-profile-actions,.profile-actions{max-width:100%}
.v7-profile-actions .v7-btn,.profile-actions .v7-btn{min-width:0!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;align-items:center;justify-content:center}
@media (min-width:701px){
  .v7-profile-actions{display:flex!important;flex-wrap:wrap!important;grid-template-columns:none!important;gap:9px!important}
  .v7-profile-actions .v7-btn{flex:0 1 auto!important;width:auto!important;min-height:44px;padding-inline:14px!important}
}
@media (max-width:700px){
  .v7-profile-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%}
  .v7-profile-actions .v7-btn{width:100%!important;padding-inline:8px!important}
}
.v7-avatar-inner{color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.42)}
.v7-avatar-inner:empty::before{content:"V";color:#fff;font-weight:1000}
.v703-row-avatar{overflow:hidden}
.v703-row-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.v703-search-user.is-exact{border-color:rgba(24,217,255,.32);background:rgba(24,217,255,.05)}
.v703-handle{color:#8deeff;font-weight:900}
.v703-searching{opacity:.75}

.v7-auth-form .vyral-quick-auth-button,.vyral-quick-auth-button{
  width:100%!important;min-height:62px!important;box-sizing:border-box!important;margin:10px 0 0!important;padding:10px 14px!important;
  border:1px solid rgba(255,255,255,.12)!important;border-radius:16px!important;background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(24,217,255,.035))!important;
  color:#fff!important;display:grid!important;grid-template-columns:22px minmax(0,1fr) 18px!important;align-items:center!important;gap:12px!important;
  text-align:left!important;line-height:1.2!important;overflow:hidden!important;box-shadow:none!important
}
.vyral-quick-auth-button:hover{border-color:rgba(24,217,255,.32)!important;background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(24,217,255,.07))!important}
.vyral-quick-auth-button>svg,.vyral-quick-auth-button>i{width:20px!important;height:20px!important;color:#70e8ff!important;flex:none!important}
.vyral-quick-auth-button>span{min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important}
.vyral-quick-auth-button b{display:block!important;max-width:100%;font-size:12px!important;line-height:1.25!important;white-space:normal!important}
.vyral-quick-auth-button small{display:block!important;max-width:100%;color:rgba(255,255,255,.5)!important;font-size:10px!important;line-height:1.3!important;white-space:normal!important}

.v703-account-directory{overflow:visible!important}
.v703-directory{display:grid;gap:9px;margin-top:14px}
.v703-directory-group{border:1px solid rgba(255,255,255,.09);border-radius:19px;background:rgba(255,255,255,.025);overflow:hidden}
.v703-directory-group>summary{list-style:none;min-height:70px;padding:13px 15px;display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:12px;cursor:pointer;user-select:none}
.v703-directory-group>summary::-webkit-details-marker{display:none}
.v703-directory-group>summary>span:nth-child(2){min-width:0}
.v703-directory-group>summary b,.v703-directory-group>summary small{display:block}
.v703-directory-group>summary b{font-size:13px}
.v703-directory-group>summary small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.35}
.v703-directory-group>summary>svg{width:17px;transition:transform .18s ease}
.v703-directory-group[open]>summary>svg{transform:rotate(180deg)}
.v703-directory-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(24,217,255,.07);border:1px solid rgba(24,217,255,.12);color:#61e6ff}
.v703-directory-icon svg{width:19px;height:19px}
.v703-directory-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 10px 10px}
.v703-directory-link{
  width:100%;min-width:0;min-height:66px;padding:10px 12px;border:1px solid rgba(255,255,255,.075);border-radius:15px;background:#0b0c12;color:#fff;
  display:grid;grid-template-columns:36px minmax(0,1fr) 16px;align-items:center;gap:10px;text-decoration:none;text-align:left;font:inherit
}
.v703-directory-link:hover{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.13)}
.v703-directory-link>.v703-directory-icon{width:36px;height:36px;border-radius:11px}
.v703-directory-link>span:nth-child(2){min-width:0}
.v703-directory-link b,.v703-directory-link small{display:block;overflow:hidden;text-overflow:ellipsis}
.v703-directory-link b{font-size:11px;white-space:nowrap}
.v703-directory-link small{margin-top:4px;color:var(--muted);font-size:9px;line-height:1.35;white-space:normal}
.v703-directory-link>svg{width:15px;height:15px;color:rgba(255,255,255,.35)}
@media(max-width:700px){
  .v703-directory-items{grid-template-columns:1fr}
  .v703-directory-group>summary{grid-template-columns:40px minmax(0,1fr) 18px;padding:12px}
}
