/* ── Friend Request Toast Container ──────────────────────────── */
#friend-request-toast-container {
    position: fixed;
    bottom: 80px;
    right: 24px;
    width: 300px;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    pointer-events: none;
}
