.sticky-friend-requests-container{position:fixed;bottom:24px;right:24px;z-index:10000;max-width:320px;width:100%}.request-card-sticky{background-color:var(--color-bg-card);border:3px solid var(--color-border-strong);border-radius:12px;box-shadow:6px 6px 0 var(--color-border-strong);transition:all 0.3s ease;animation:slideInUp 0.5s ease-out}.player-avatar-small{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.9rem;overflow:hidden;flex-shrink:0}.player-avatar-small img{width:100%;height:100%;object-fit:cover}@keyframes slideInUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.request-card-sticky .btn-primary-themed,.request-card-sticky .btn-secondary-themed{min-height:32px!important;font-size:0.8rem!important;padding:4px 12px!important;border-radius:8px!important;border-width:2px!important;box-shadow:2px 2px 0 var(--color-border-strong)!important}.request-card-sticky .btn-primary-themed:hover,.request-card-sticky .btn-secondary-themed:hover{transform:translate(-1px,-1px)!important;box-shadow:3px 3px 0 var(--color-border-strong)!important}.request-card-sticky .btn-primary-themed:active,.request-card-sticky .btn-secondary-themed:active{transform:translate(1px,1px)!important;box-shadow:1px 1px 0 var(--color-border-strong)!important}