#avatar-library-section .avatar-library-toolbar { align-items:center; gap:20px; }
#avatar-library-section .avatar-pane-heading { flex-wrap:wrap; }
#avatar-library-section .avatar-upload-guidance { flex:1 1 260px; margin:0; font-size:14px; line-height:1.7; color:#7a688c; }
#avatar-library-section #open-avatar-create { flex-shrink:0; min-width:180px; min-height:54px; height:auto; padding:12px 22px; font-size:18px; font-weight:800; }
#avatar-library-section .avatar-preview-frame .avatar-video-toggle { position:absolute; z-index:2; left:50%; top:50%; transform:translate(-50%,-50%); width:64px; height:64px; min-height:64px; padding:0; border-radius:50%; background:rgba(43,24,65,.35); border:1px solid rgba(255,255,255,.55); color:#fff; font-size:13px; box-shadow:none; }
#avatar-library-section .avatar-video-toggle::before { content:'▶'; display:block; font-size:22px; line-height:1.2; }
#avatar-library-section .playing-video .avatar-video-toggle { opacity:0; pointer-events:none; }
#avatar-library-section .playing-video .avatar-video-toggle:focus-visible { opacity:1; pointer-events:auto; }
#avatar-library-section .avatar-preview-frame .avatar-video-delete { position:absolute; z-index:3; top:8px; right:8px; min-height:32px; height:auto; padding:6px 10px; border-radius:9px; background:rgba(255,255,255,.84); border:1px solid rgba(255,255,255,.7); color:#bd335b; font-weight:700; }
#avatar-library-section .avatar-card-actions { grid-template-columns:1fr; }
#avatar-library-section .avatar-card-actions .avatar-select-choice { height:auto; min-height:44px; padding:10px 8px; background:#7939df; border:1px solid #7939df; color:#fff; font-size:16px; font-weight:800; border-radius:10px; }
#avatar-library-section .avatar-select-choice:hover { background:#6525ca; }
@media(max-width:760px) {
  #avatar-library-section .avatar-library-toolbar { flex-wrap:wrap; }
  #avatar-library-section .avatar-upload-guidance { flex-basis:100%; }
}
