.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-user{color:var(--color-text-primary)}.request-card-subtext{font-size:0.8rem}.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}.global-toast-container{position:fixed;top:24px;right:24px;z-index:100000;display:flex;flex-direction:column;gap:10px;pointer-events:none;max-width:calc(100vw - 48px)}@media (max-width:576px){.global-toast-container{top:16px;left:50%;right:auto;transform:translateX(-50%);width:max-content}}.brutalist-toast{pointer-events:auto;background-color:var(--color-bg-card);color:var(--color-text-primary);border:2px solid var(--color-text-primary);border-radius:10px;box-shadow:4px 4px 0 var(--color-bg-contrast-hover);padding:12px 18px;font-size:0.9rem;font-weight:700;display:flex;align-items:center;gap:10px;animation:toastSlideIn 0.25s cubic-bezier(0.175,0.885,0.32,1.275);transition:opacity 0.3s ease,transform 0.3s ease}.brutalist-toast.fade-out{opacity:0;transform:translateY(-10px)}@keyframes toastSlideIn{from{opacity:0;transform:translateY(-15px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}